summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorVinicius Coque <vcoque@gmail.com>2012-01-21 19:24:24 -0200
committerVinicius Coque <vcoque@gmail.com>2012-01-21 19:24:24 -0200
commit51e9533f463d1a314f4afc370f5d9f6ec5ee0acd (patch)
treee48ec943987e3badefd616564ed0eabfe56556d1 /usr/local/www/diag_tables.php
parent86cf36813dbf3ca89d6e8cd21df2625ddfb6d59f (diff)
downloadpfsense-51e9533f463d1a314f4afc370f5d9f6ec5ee0acd.zip
pfsense-51e9533f463d1a314f4afc370f5d9f6ec5ee0acd.tar.gz
Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file
Diffstat (limited to 'usr/local/www/diag_tables.php')
-rw-r--r--usr/local/www/diag_tables.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php
index d6a468a..296084a 100644
--- a/usr/local/www/diag_tables.php
+++ b/usr/local/www/diag_tables.php
@@ -96,7 +96,6 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<form method='post'>
-<script src="/javascript/scriptaculous/prototype.js" type="text/javascript"></script>
<script language="javascript">
function method_change(entrytype) {
@@ -116,7 +115,7 @@ include("fbegin.inc");
</script>
<?=gettext("Table:");?>
-<select id='type' onChange='method_change($F("type"));' name='type'>
+<select id='type' onChange='method_change(jQuery("#type").val());' name='type'>
<?php foreach ($tables as $table) {
echo "<option name='{$table}' value='{$table}'";
if ($tablename == $table)
OpenPOWER on IntegriCloud