1
0
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:
Daniel Molina 2015-07-15 13:13:44 +02:00
parent 8c493d033e
commit 2ccfca4bd4

View File

@ -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();