summaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-30 23:05:12 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-30 23:05:12 +0200
commit229a733ac9766c9a1267716665eba6368ac4cf1e (patch)
tree955f5827089445035e8df4462c7f34175aaeaaea /web/index.html
parent7734abbb94a3a65d44ca927d7ed728fef96d74ac (diff)
optimize xss checks for speed
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index f0d50cf3b5..281f778b4c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3386,6 +3386,7 @@
document.getElementById('loadSnapshotInfo').innerHTML = '';
document.getElementById('loadSnapshotTimeRange').innerHTML = '';
document.getElementById('loadSnapshotComments').innerHTML = '';
+ loadSnapshotModalLog('success', 'Browse for a snapshot file (or drag it and drop it here), then click <b>Import</b> to render it.');
$('#loadSnapshotImport').addClass('disabled');
};