move dragula
This commit is contained in:
parent
415a621f6c
commit
26ddd5a538
@ -61,13 +61,14 @@ Session.set("classDispHover", null); // Stores current hovered class filter.
|
||||
Session.set("refetchEvents", null); // Stores whether to get calendar events again.
|
||||
Session.set("commentRestrict", ""); // Stores text for comment character restriction.
|
||||
|
||||
dragula([document.querySelector('#classesMode'), document.querySelector('#nonexistant')]);
|
||||
|
||||
Template.login.rendered = function() {
|
||||
Accounts._loginButtonsSession.set('dropdownVisible', true);
|
||||
};
|
||||
|
||||
Template.main.rendered = function() {
|
||||
Accounts._loginButtonsSession.set('dropdownVisible', true);
|
||||
dragula([document.querySelector('#classesMode'), document.querySelector('#nonexistant')]);
|
||||
};
|
||||
|
||||
Template.profile.rendered = function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user