jshint compliance

pull/1/head
ansuz 2017-06-22 16:02:20 +02:00
parent 35bfa1dce4
commit bd1db735dd
1 changed files with 2 additions and 2 deletions

View File

@ -119,10 +119,10 @@ $(function () {
if (isMainApp()) {
if (typeof(Pages[pathname]) === 'function') {
var $body = $('body').html(h('body', Pages[pathname]()).innerHTML);
$('body').html(h('body', Pages[pathname]()).innerHTML);
setTimeout(function () {
require(['/whiteboard/main.js'], function () {
$body.removeClass('noscroll');
$('body').removeClass('noscroll');
});
});
return;