mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
BUGFIX: keeping noscript in DOM
This commit is contained in:
parent
68343c74c4
commit
1af8a2fb63
1 changed files with 2 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue