* Work toward multiple dialog boxes

This commit is contained in:
Morgan Jones
2013-05-06 13:13:15 -06:00
parent de1e553c32
commit 93c039e295
3 changed files with 19 additions and 15 deletions

View File

@ -97,8 +97,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' </div>'
+ ' </div>'
+ '</div>'
+ '<div id="updatestatus"></div>'
+ '<div id="dialog"></div>';
+ '<div id="updatestatus"></div>';
// putting everything in a wrapper function that in turn is placed in a
// script tag on the website allows us to execute in the sites context