summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2018-08-08 13:59:46 +0200
committerSamuel Mannehed <samuel@cendio.se>2018-08-08 14:05:06 +0200
commitb3ac94a97802ea8eba0a895d594a2dd2c0f820aa (patch)
tree4b0bb491cb46b6130a69a0c6548412bf404f4f25
parenteebef339be14c7682f242493a380e2175c2e5abf (diff)
downloadnovnc-b3ac94a97802ea8eba0a895d594a2dd2c0f820aa.tar.gz
Remove firebug comments
Firebug is discontinued and it's features are included in browser development tools now a days.
-rw-r--r--tests/vnc_playback.html5
-rw-r--r--vnc.html5
-rw-r--r--vnc_lite.html5
3 files changed, 0 insertions, 15 deletions
diff --git a/tests/vnc_playback.html b/tests/vnc_playback.html
index d5f9442..b145052 100644
--- a/tests/vnc_playback.html
+++ b/tests/vnc_playback.html
@@ -30,10 +30,5 @@
</body>
- <!--
- <script type='text/javascript'
- src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
- -->
-
<script type="module" src="./playback-ui.js">
</html>
diff --git a/vnc.html b/vnc.html
index f55199e..14b8558 100644
--- a/vnc.html
+++ b/vnc.html
@@ -56,11 +56,6 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="app/styles/base.css" />
- <!--
- <script type='text/javascript'
- src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
- -->
-
<!-- this is included as a normal file in order to catch script-loading errors as well -->
<script type="text/javascript" src="app/error-handler.js"></script>
diff --git a/vnc_lite.html b/vnc_lite.html
index 0c946dd..e5ab3c2 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -55,11 +55,6 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="app/styles/lite.css">
- <!--
- <script type='text/javascript'
- src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
- -->
-
<!-- promise polyfills promises for IE11 -->
<script src="vendor/promise.js"></script>
<!-- ES2015/ES6 modules polyfill -->