[Rt-commit] rt branch, no-prototype, updated. rt-3.8.8-187-g4a6a094

? sunnavy sunnavy at bestpractical.com
Thu Jul 29 12:31:03 EDT 2010


The branch, no-prototype has been updated
       via  4a6a094d945cbcd8004f5009acbd14a8fcad3dd6 (commit)
      from  9e15d07d837c8770f116b69293e37aa5215274d3 (commit)

Summary of changes:
 share/html/NoAuth/js/util.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 4a6a094d945cbcd8004f5009acbd14a8fcad3dd6
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jul 30 00:32:23 2010 +0800

    add ahah() function for plugins

diff --git a/share/html/NoAuth/js/util.js b/share/html/NoAuth/js/util.js
index f5d50d1..eb576cf 100644
--- a/share/html/NoAuth/js/util.js
+++ b/share/html/NoAuth/js/util.js
@@ -202,3 +202,8 @@ function checkboxToInput(target,checkbox,val){
     }
 }
 
+// ahah for back compatibility as plugins may still use it
+function ahah( url, id ) {
+    jQuery('#'+id).load(url);
+}
+

-----------------------------------------------------------------------


More information about the Rt-commit mailing list