Skip to content

Commit

Permalink
Use jQuery to click the button we have hijacked to show the schema_br…
Browse files Browse the repository at this point in the history
…owser tables
  • Loading branch information
Tom ten Thij committed Jan 22, 2012
1 parent 3653b52 commit 8bbe8b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion app/views/schema_browser/index.html.erb
@@ -1 +0,0 @@
<%= javascript_include_tag "/schema_browser/javascripts/schema_browser" %>
5 changes: 0 additions & 5 deletions public/schema_browser/javascripts/schema_browser.js

This file was deleted.

1 change: 1 addition & 0 deletions public/schema_browser/javascripts/wwwsqldesigner.js
Expand Up @@ -2411,6 +2411,7 @@ SQL.Designer.prototype.init2 = function() { /* secondary init, after locale & da
this.io.serverload(false, keyword);
}
document.body.style.visibility = "visible";
jQuery('#saveload').click(); /* Clicking the saveload button will load the schema_browser tables */
}

SQL.Designer.prototype.getMaxZ = function() { /* find max zIndex */
Expand Down

0 comments on commit 8bbe8b2

Please sign in to comment.