summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-11 07:15:09 +0545
committerPhil Davis <phil.davis@inf.org>2014-12-11 07:15:09 +0545
commit2cc10e2cdee54d72921a0f5e1dc527b436eff0f0 (patch)
treeda11c81ee4d5a0ae6aca0a599ab7e75d41ca9f62 /usr/local
parent6385c335159c9f208e9165d6e03e61563e1b3f29 (diff)
downloadpfsense-2cc10e2cdee54d72921a0f5e1dc527b436eff0f0.zip
pfsense-2cc10e2cdee54d72921a0f5e1dc527b436eff0f0.tar.gz
Change text and color delimiter to carat sign
To match change made in functions.inc.php
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/javascript/index/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/javascript/index/ajax.js b/usr/local/www/javascript/index/ajax.js
index 5b62e12..47c1ee7 100644
--- a/usr/local/www/javascript/index/ajax.js
+++ b/usr/local/www/javascript/index/ajax.js
@@ -111,7 +111,7 @@ function updateGatewayStats(x){
if (widgetActive("gateways")){
gateways_split = x.split(",");
for (var y=0; y<gateways_split.length; y++){
- gateways_field_split = gateways_split[y].split("/");
+ gateways_field_split = gateways_split[y].split("^");
if(jQuery('#gateway' + (y + 1))) {
jQuery('#gateway' + (y + 1)).html(gateways_field_split[0]);
if(gateways_field_split[1]) {
OpenPOWER on IntegriCloud