Merge pull request #391 from hastarin/mobileStatusBar

Mobile status bar
This commit is contained in:
Jon Atkins
2013-06-23 08:46:04 -07:00
5 changed files with 50 additions and 7 deletions

View File

@ -100,7 +100,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' </div>'
+ ' </div>'
+ '</div>'
+ '<div id="updatestatus"></div>';
+ '<div id="updatestatus"><div id="innerstatus"></div></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