Skip to content
Snippets Groups Projects
Commit f43a0470 authored by Regis's avatar Regis
Browse files

removed null return - renamed 'placeTop' to 'placeProfileAvatarsToTop'

parent ee419bf4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,12 +2,12 @@
global.User = class {
constructor(opts) {
this.opts = opts;
this.placeTop();
this.placeProfileAvatarsToTop();
this.initTabs();
this.hideProjectLimitMessage();
}
 
placeTop() {
placeProfileAvatarsToTop() {
$('.profile-groups-avatars').tooltip({
placement: 'top'
});
Loading
Loading
@@ -28,7 +28,6 @@
path: path
});
$(this).parents('.project-limit-message').remove();
return;
});
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment