ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.87k stars 725 forks source link

Loads a blank screen in every browser #199

Closed nfuller52 closed 9 years ago

nfuller52 commented 9 years ago

I just pulled down the new changes and it doesn't load in any browser. I reverted to sha c831747 and it works in Firefox

ondras commented 9 years ago

Damn. Well, I will investigate + fix - but not before Monday, as I will be gone for the whole weekend.

pcsonka commented 9 years ago

The problem is with toggle.js. It is included in the index.html, but it isn't actually there.

ondras commented 9 years ago

Yeah, I forgot to git add that file after splitting the app into individual components.

It should be noted, though, that the latest commit (the one that does not really work) does not bring any radially new features (and therefore one has no real motivation to pull it). It is a scaffolding for a reworked storage system that will allow greater flexibility with remote storage servers.

ondras commented 9 years ago

Fixed in https://github.com/ondras/wwwsqldesigner/commit/dcea4c24e5efcb66cefb18eec8e7c9b596000867.