Remove firebug comments

Firebug is discontinued and it's features are included in browser
development tools now a days.
This commit is contained in:
Samuel Mannehed
2018-08-08 13:59:46 +02:00
parent eebef339be
commit b3ac94a978
3 changed files with 0 additions and 15 deletions

View File

@@ -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>