// Remove html entities form JS string

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16140 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-27 08:06:00 +00:00
parent 817c319620
commit 943f83f2ee
@@ -109,7 +109,7 @@
}
function resetLayout(defaultLayout, type) {
if (confirm("{l s='Are you sure you want to restore the default address format for this country?'}"))
if (confirm("{l s='Are you sure you want to restore the default address format for this country?' js=1}"))
$("#ordered_fields").val(unescape(defaultLayout.replace(/\+/g, " ")));
}