mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
if (currentWindowOnload) {
|
||||
currentWindowOnload();
|
||||
}
|
||||
|
||||
jQuery('<div id="main"><div class="rootElement"></div></div>').appendTo(jQuery('body')).hide();
|
||||
|
||||
$('<div id="main"><div class="rootElement"></div></div>').appendTo($('body')).hide();
|
||||
|
||||
Discourse.SiteSettings = {}
|
||||
|
||||
|
Reference in New Issue
Block a user