summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_filter_reload.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-19 23:38:56 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-19 23:38:56 +0100
commit91f026b02c06751028965bb28cc354dca547f548 (patch)
tree7f8bc722e13a256296d464778e3c7446f1f97c19 /usr/local/www/status_filter_reload.php
parentec879e3db4d36212ee200d19e1f7e92f9f4d83c9 (diff)
downloadpfsense-91f026b02c06751028965bb28cc354dca547f548.zip
pfsense-91f026b02c06751028965bb28cc354dca547f548.tar.gz
replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
Diffstat (limited to 'usr/local/www/status_filter_reload.php')
-rw-r--r--usr/local/www/status_filter_reload.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_filter_reload.php b/usr/local/www/status_filter_reload.php
index 48d8563..4575a19 100644
--- a/usr/local/www/status_filter_reload.php
+++ b/usr/local/www/status_filter_reload.php
@@ -90,7 +90,7 @@ include("head.inc");
-<script language="javascript">
+<script type="text/javascript">
/* init update "thread */
function update_status_thread() {
getURL('status_filter_reload.php?getstatus=true', update_data);
@@ -119,7 +119,7 @@ function update_data(obj) {
}
</script>
-<script language="javascript">
+<script type="text/javascript">
/*
* getURL is a proprietary Adobe function, but it's simplicity has made it very
* popular. If getURL is undefined we spin our own by wrapping XMLHttpRequest.
OpenPOWER on IntegriCloud