Browse Source

Merge pull request #8547 from Chocobo1/fix

Fix broken WebUI
adaptive-webui-19844
Mike Tzou 7 years ago committed by GitHub
parent
commit
c759c4301e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/webui/www/private/scripts/mocha-init.js

2
src/webui/www/private/scripts/mocha-init.js

@ -243,7 +243,7 @@ initializeWindows = function() { @@ -243,7 +243,7 @@ initializeWindows = function() {
loadMethod: 'xhr',
contentURL: 'statistics.html',
maximizable: false,
padding: 10
padding: 10,
width: loadWindowWidth(id, 275),
height: loadWindowHeight(id, 370),
onResize: function() {

Loading…
Cancel
Save