// 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:
+1
-1
@@ -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()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user