DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Make main.js wait for JQuery to become available #43

Closed MaddieM4 closed 9 years ago

MaddieM4 commented 10 years ago

The main.js script in the browser client assumes that JQ is already available, but it might not be. We want to make sure that's all loaded via require().

MaddieM4 commented 9 years ago

Not only does main.js sometimes beat JQuery to loading, on rare occasions it beats the DOM. Holy heck, right? Fixing both within the scope of this ticket.

MaddieM4 commented 9 years ago

Merging before "completion." This ticket has mostly been about modularity, which is important for the next steps we'll take with the UI. But we can finish everything else up in that ticket.

We're going to use broco for the UI. It'll be easier to be modular than not, and will take away a lot of the problems that were in the way in this ticket. So it's actually significantly better to jump straight into the broco work, than wait for modular-traditional to be ready.