Skip to content
Extraits de code Groupes Projets
Valider d31ea8f2 rédigé par Florian Staudacher's avatar Florian Staudacher
Parcourir les fichiers

use back-to-top initializer, fixes #2840

parent 72124beb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -59,6 +59,7 @@
Diaspora.BasePage = function(body) {
$.extend(this, Diaspora.BaseWidget);
$.extend(this, {
backToTop: this.instantiate("BackToTop", body.find("#back-to-top")),
directionDetector: this.instantiate("DirectionDetector"),
events: function() { return Diaspora.page.eventsContainer.data("events"); },
flashMessages: this.instantiate("FlashMessages"),
......
......@@ -11,7 +11,7 @@
self.button.click(self.backToTop);
var throttledScroll = _.throttle($.proxy(self.throttledScroll, self), 250);
var throttledScroll = _.throttle($.proxy(self.toggleVisibility, self), 250);
self.window.scroll(throttledScroll);
});
......
......@@ -2850,7 +2850,7 @@ a.toggle_selector
:background-color #aaa
&:hover
:opacity 0.85 !important
&:visible
&.visible
:opacity 0.5
.float-right
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter