Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
0d8d996f
Commit
0d8d996f
authored
Apr 08, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old js debugger (probably not very functional anymore)
parent
b4c0aed9
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
1689 deletions
+0
-1689
head.inc
src/www/head.inc
+0
-7
firebug-lite.js
src/www/javascript/firebug-lite.js
+0
-1000
pi.js
src/www/javascript/pi.js
+0
-682
No files found.
src/www/head.inc
View file @
0d8d996f
...
@@ -51,13 +51,6 @@ $pagetitle = gentitle( $pgtitle );
...
@@ -51,13 +51,6 @@ $pagetitle = gentitle( $pgtitle );
<!-- Ticker used for notices-->
<!-- Ticker used for notices-->
<script
type=
"text/javascript"
src=
"/javascript/ticker.js"
></script>
<script
type=
"text/javascript"
src=
"/javascript/ticker.js"
></script>
<?php
if
(
$_GET
[
'enablefirebuglite'
])
:
?>
<script
type=
\"text/javascript"
src=
\"/javascript/pi.js\"
></script>
<script
type=
\"text/javascript"
src=
\"/javascript/firebug-lite.js\"
></script>
<?php
endif
;
?>
<?php
<?php
/*
/*
* Find all javascript files that need to be included
* Find all javascript files that need to be included
...
...
src/www/javascript/firebug-lite.js
deleted
100644 → 0
View file @
b4c0aed9
This diff is collapsed.
Click to expand it.
src/www/javascript/pi.js
deleted
100644 → 0
View file @
b4c0aed9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment