mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:11:11 +08:00
removes redundant #qunit-scratch (replaces it with standard #qunit-fixture)
This commit is contained in:
@ -94,7 +94,6 @@ $.ajax = function() {
|
||||
|
||||
// Trick JSHint into allow document.write
|
||||
var d = document;
|
||||
d.write('<div id="qunit-scratch" style="display:none"></div>');
|
||||
d.write('<div id="ember-testing-container"><div id="ember-testing"></div></div>');
|
||||
d.write('<style>#ember-testing-container { position: absolute; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; } #ember-testing { zoom: 50%; }</style>');
|
||||
|
||||
|
Reference in New Issue
Block a user