mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 47)
* split global.js into its components, so it can be reasonably processed by setup * make reputation requirements configurable * move Markup and Locale back into global.js (removed associated build scripts) * extend Icon to display iconId in lightbox popup
This commit is contained in:
@@ -111,8 +111,6 @@ class TemplateResponse extends BaseResponse
|
||||
[SC_JS_FILE, 'widgets/power.js', SC_FLAG_NO_TIMESTAMP | SC_FLAG_APPEND_LOCALE],
|
||||
[SC_JS_FILE, 'js/locale_%s.js', SC_FLAG_LOCALIZED ],
|
||||
[SC_JS_FILE, 'js/global.js' ],
|
||||
[SC_JS_FILE, 'js/locale.js' ],
|
||||
[SC_JS_FILE, 'js/Markup.js' ],
|
||||
[SC_CSS_FILE, 'css/basic.css' ],
|
||||
[SC_CSS_FILE, 'css/global.css' ],
|
||||
[SC_CSS_FILE, 'css/aowow.css' ],
|
||||
|
||||
Reference in New Issue
Block a user