1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

Bug #4527: Force panel onShow after a refresh

This commit is contained in:
Carlos Martín 2016-06-08 15:24:40 +02:00
parent 1e68754d86
commit d955b8be30

View File

@ -722,8 +722,8 @@ define(function(require) {
Foundation.reflow(context, 'tabs');
//context.foundation();
$('[href="' + activaTabHref + '"]', context).trigger("click");
$('#' + containerId + 'Tabs', context).trigger('change.zf.tabs');
if (hooks) {
$.each(hooks, function(i, hook){