// bugfix url rewrite javascript, fix redirectAdmin token when toggle status

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9715 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-10-28 13:37:24 +00:00
parent 71ecfb917b
commit 4f4609e980
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -930,7 +930,7 @@ function showErrorMessage(msg)
}
$(document).ready(function(){
$(".copy2friendlyURL").live('keyup',function(e){
$(".copy2friendlyUrl").live('keyup',function(e){
if(!isArrowKey(e))
return copy2friendlyURL()
});