summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-11 07:15:09 +0545
committerRenato Botelho <garga@FreeBSD.org>2014-12-11 07:40:12 -0200
commitbf3101899cc3a7e6efd34617cab56006815c42d9 (patch)
tree8add01f66bc01484474fe1e15cfbd31ddb3a5927 /usr/local/www/javascript
parentf2d27f9352ab6b87e157dc0ecffc38392e82a1c0 (diff)
downloadpfsense-bf3101899cc3a7e6efd34617cab56006815c42d9.zip
pfsense-bf3101899cc3a7e6efd34617cab56006815c42d9.tar.gz
Change text and color delimiter to carat sign
To match change made in functions.inc.php
Diffstat (limited to 'usr/local/www/javascript')
-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