From 64f7eb5cd1d4b6ca4b90ffe712eb81ccaafc3a66 Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Thu, 11 Apr 2013 09:49:19 +0200 Subject: Changed default html to use the CDN version of extjs, which makes it easier to get started with developing on the UI --- .gitignore | 3 ++- Duplicati/Server/webroot/app.js | 2 +- Duplicati/Server/webroot/status-window.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 270d2943a..0f1872b41 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ Duplicati/Localization/*.diff.csv Duplicati/Localization/*.new.csv Duplicati/Localization/*.updated.csv Duplicati/Localization/report.*.xml -Installer/incLocFiles.*.wxs \ No newline at end of file +Installer/incLocFiles.*.wxs +Duplicati/Server/webroot/extjs-* diff --git a/Duplicati/Server/webroot/app.js b/Duplicati/Server/webroot/app.js index 08cdd528c..23f8bc280 100644 --- a/Duplicati/Server/webroot/app.js +++ b/Duplicati/Server/webroot/app.js @@ -2,7 +2,7 @@ // This helps in a debug setup var extdefined = false; try { extdefined = Ext !== undefined; } catch (e) {} -if (!extdefined) { alert('ExtJS failed to load!\n If this is a debug build,\nplease download and extract:\n\nExtJS 4.1.1\n\ninto the folder:\nDuplicati/Server/webroot'); } +if (!extdefined) { alert('ExtJS failed to load!\n If this is a debug build,\nplease download and extract:\n\nExtJS 4.2.0\n\ninto the folder:\nDuplicati/Server/webroot/extjs-4.2.0'); } delete extdefined; } diff --git a/Duplicati/Server/webroot/status-window.html b/Duplicati/Server/webroot/status-window.html index e6eb29c16..52673340a 100644 --- a/Duplicati/Server/webroot/status-window.html +++ b/Duplicati/Server/webroot/status-window.html @@ -5,12 +5,12 @@ Duplicati Backup - + - + -- cgit v1.2.3