mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
Customer portal : Fixed a bug in sticky buttons
SVN:trunk[4141]
This commit is contained in:
@@ -108,6 +108,8 @@
|
||||
oFieldSet_{{ sFormIdSanitized }}.on('form_built', function(oEvent){
|
||||
scrollHandler_{{ sFormIdSanitized }}();
|
||||
});
|
||||
// - Initial test
|
||||
setTimeout(function(){ scrollHandler_{{ sFormIdSanitized }}(); }, 400);
|
||||
|
||||
// Remove sticky button when closing modal
|
||||
$('#{{ sFormId }}').closest('.modal').on('hide.bs.modal', function () {
|
||||
|
||||
Reference in New Issue
Block a user