mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
$('body').append(
|
|
'<div id="qunit"></div>' +
|
|
'<div id="qunit-fixture"></div>'
|
|
);
|