jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

fix when loading zoomoz before html exists #103

Closed zmandel closed 8 years ago

zmandel commented 9 years ago

If used on a chrome extension with "run_at" : "document_start", there were a couple spots in the code that assumed the html existed already. Moved that code to document.ready which already existed nearby in both cases. I have not compiled the root js.