Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
prevent link anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed May 16, 2011
1 parent 94e18c2 commit 914a49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/copy/admin/index.js.erb
Expand Up @@ -39,6 +39,7 @@ jQuery.noConflict();
$('._copy_cancel').live('click', function() {
$('#_copy').remove();
clickable();
return false;
});

$('._copy_edit_form').live('submit', function() {
Expand Down

0 comments on commit 914a49a

Please sign in to comment.