mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
feature #3748: Reflow range slider when the General tab is shown
This commit is contained in:
parent
8c493d033e
commit
2ccfca4bd4
@ -78,6 +78,9 @@ define(function(require) {
|
||||
}
|
||||
|
||||
function _setup(context) {
|
||||
$(document).on('click', "[href='#" + this.wizardTabId + "']", function(){
|
||||
context.foundation('slider', 'reflow');
|
||||
});
|
||||
|
||||
context.on("change", "#LOGO", function() {
|
||||
$("#template_create_logo", context).show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user