Skip to content

Commit

Permalink
removed duplicate call of link_dialog.init()
Browse files Browse the repository at this point in the history
from Resources#insert view
  • Loading branch information
inbeom authored and parndt committed Jun 7, 2011
1 parent d37336a commit a7f1411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/app/views/admin/resources/insert.html.erb
Expand Up @@ -47,7 +47,6 @@
<% content_for :javascripts do %>
<script>
$(document).ready(function(){
link_dialog.init();
resource_picker.init(<%= @callback.present? ? "self.parent.#{@callback}" : "null" %>);
});
</script>
Expand Down

0 comments on commit a7f1411

Please sign in to comment.