Loading template/app/Application.js +3 −3 Original line number Diff line number Diff line Loading @@ -46,9 +46,9 @@ Ext.define('Docs.Application', { Docs.initEventTracking(); } setInterval(function(){ Ext.DomQuery.select('link')[4].href = "resources/css/viewport.css?" + Math.ceil(Math.random() * 100000000) }, 1000) // setInterval(function(){ // Ext.DomQuery.select('link')[4].href = "resources/css/viewport.css?" + Math.ceil(Math.random() * 100000000) // }, 1000) } }); template/app/view/Viewport.js +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ Ext.define('Docs.view.Viewport', { { xtype: 'container', id: 'video', html: '<iframe id="videoplayer" src="egIframe.html" width="640" height="360" frameborder="0" style="margin: 5px auto 0 auto; display: block;"></iframe>' html: '<iframe id="videoplayer" src="egIframe.html" width="640" height="360" frameborder="0" style="margin: 15px;"></iframe>' } ] } Loading Loading
template/app/Application.js +3 −3 Original line number Diff line number Diff line Loading @@ -46,9 +46,9 @@ Ext.define('Docs.Application', { Docs.initEventTracking(); } setInterval(function(){ Ext.DomQuery.select('link')[4].href = "resources/css/viewport.css?" + Math.ceil(Math.random() * 100000000) }, 1000) // setInterval(function(){ // Ext.DomQuery.select('link')[4].href = "resources/css/viewport.css?" + Math.ceil(Math.random() * 100000000) // }, 1000) } });
template/app/view/Viewport.js +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ Ext.define('Docs.view.Viewport', { { xtype: 'container', id: 'video', html: '<iframe id="videoplayer" src="egIframe.html" width="640" height="360" frameborder="0" style="margin: 5px auto 0 auto; display: block;"></iframe>' html: '<iframe id="videoplayer" src="egIframe.html" width="640" height="360" frameborder="0" style="margin: 15px;"></iframe>' } ] } Loading