The branch, master has been updated
       via  3ddd2e14ef09b899a65ee69d96d0a22534717780 (commit)
      from  76483d6b4dbd848d2e3ef0a3f2b4b59e0f27029e (commit)


- Log -----------------------------------------------------------------
commit 3ddd2e14ef09b899a65ee69d96d0a22534717780
Author: Marc Delisle <[email protected]>
Date:   Sun Jan 9 08:07:49 2011 -0500

    Page selector in Browse foreigners window did not trigger on change

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

Summary of changes:
 js/functions.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 3da6c69..5498f93 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2442,11 +2442,20 @@ $(document).ready(function() {
     $('#tableslistcontainer').find('#pageselector').live('change', function() {
         $(this).parent("form").submit();
     });
+
     /**
      * Page selector in navi panel (non-AJAX)
      */
     $('#navidbpageselector').find('#pageselector').live('change', function() {
         $(this).parent("form").submit();
     });
+
+    /**
+     * Page selector in browse_foreigners windows (non-AJAX)
+     */
+    $('#body_browse_foreigners').find('#pageselector').live('change', 
function() {
+        $(this).closest("form").submit();
+    });
+
 }) // end of $(document).ready()
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to