hiding controller id chooser
This commit is contained in:
@@ -11,6 +11,11 @@ Template.tabs.helpers({
|
||||
}
|
||||
},
|
||||
|
||||
class_for_changer: function() {
|
||||
var hide = Session.get('hide_controller_selection');
|
||||
return (hide) ? "controller_selection hidden" : "controller_selection";
|
||||
},
|
||||
|
||||
selected_controller: function() {
|
||||
return Session.get('controller_id');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user