Skip to content

Commit

Permalink
Updated popup for Rails 0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
eostrom authored and gravityblast committed Nov 24, 2009
1 parent 94a4f09 commit 00ad958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/pages/_copy_move_popup.haml
Expand Up @@ -20,8 +20,8 @@
element.observe('click', function(evt){
evt.stop();
element.up('ul').hide();
center($('copy-move'));
$('copy-move').centerInViewport();
$('copy-move').show().down('form').setAttribute('action', element.href);
});
});
});
});

0 comments on commit 00ad958

Please sign in to comment.