summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/index
diff options
context:
space:
mode:
authorVinicius Coque <vcoque@gmail.com>2011-11-16 00:06:55 -0200
committerVinicius Coque <vcoque@gmail.com>2011-11-16 00:12:21 -0200
commitc69c58e2e7146834c48fb4c3556d2fc18bfd691e (patch)
tree2860a0ab8eeaae5b8f0bb9f754a9cb96a064c9b4 /usr/local/www/javascript/index
parent4573641589d50718b544b778cea864cfd725078a (diff)
downloadpfsense-c69c58e2e7146834c48fb4c3556d2fc18bfd691e.zip
pfsense-c69c58e2e7146834c48fb4c3556d2fc18bfd691e.tar.gz
Converting from scriptaculous to jQuery
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
Diffstat (limited to 'usr/local/www/javascript/index')
-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 6fd26d7..1759c05 100644
--- a/usr/local/www/javascript/index/ajax.js
+++ b/usr/local/www/javascript/index/ajax.js
@@ -21,7 +21,7 @@ function updateMeters() {
function stats(x) {
var values = x.split("|");
- if (values.find(function(value){
+ if (jQuery.each(values,function(key,value){
if (value == 'undefined' || value == null)
return true;
else
OpenPOWER on IntegriCloud