mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
removes redundant #qunit-scratch (replaces it with standard #qunit-fixture)
This commit is contained in:
parent
005163b17b
commit
74cbb18f67
2 changed files with 6 additions and 10 deletions
|
@ -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>');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue