mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
BUGFIX: keeping noscript in DOM
This commit is contained in:
@ -116,6 +116,8 @@ window.Discourse = Ember.Application.createWithMixins(Discourse.Ajax, {
|
||||
**/
|
||||
start: function() {
|
||||
|
||||
$('noscript').remove();
|
||||
|
||||
// Load any ES6 initializers
|
||||
Ember.keys(requirejs._eak_seen).forEach(function(key) {
|
||||
if (/\/initializers\//.test(key)) {
|
||||
|
Reference in New Issue
Block a user