fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git@stigma:platforma
[redakcja.git]
/
project
/
static
/
js
/
jquery.hpanel.js
diff --git
a/project/static/js/jquery.hpanel.js
b/project/static/js/jquery.hpanel.js
index
a3e80ec
..
abb7a5b
100644
(file)
--- a/
project/static/js/jquery.hpanel.js
+++ b/
project/static/js/jquery.hpanel.js
@@
-35,8
+35,8
@@
$(this).data('panel').css({
'left': $(this).css('left'), 'width': $(this).css('width')});
});
$(this).data('panel').css({
'left': $(this).css('left'), 'width': $(this).css('width')});
});
-
$('.panel-overlay', event.data.root).css('display', 'none');
$('.panel-overlay', event.data.root).css('display', 'none');
+ $(event.data.root).trigger('stopResize');
}
};
}
};