Customer portal : Fixed a bug in sticky buttons

SVN:trunk[4141]
This commit is contained in:
Guillaume Lajarige
2016-05-25 11:27:35 +00:00
parent 1ea66646b6
commit c4e20ea0fe

View File

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