// Fix live edit bug #PSFV-292
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11922 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -55,6 +55,7 @@ $(document).ready(function() {
|
||||
$("#live_edit_feedback_str").html('<div style="padding:10px;"><p style="margin-bottom:10px;">' + confirmClose + '</p><p style="height:1.6em;display:block"><a style="margin:auto;float:left" class="button" href="#" onclick="closeLiveEdit();">' + confirm + '</a><a style="margin:auto;float:right;" class="button" href="#" onclick="closeFancybox();">' + cancel + '</a></p></div>');
|
||||
$("#fancy").attr('href', '#live_edit_feedback');
|
||||
$("#fancy").trigger("click");
|
||||
return false;
|
||||
});
|
||||
$('.add_module_live_edit').unbind('click').click(function() {
|
||||
$("#live_edit_feedback_str").html('<div style="padding:10px"><img src="img/loadingAnimation.gif"></div>');
|
||||
|
||||
Reference in New Issue
Block a user