fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8245]


From: Torstein
Subject: [Fmsystem-commits] [8245]
Date: Tue, 06 Dec 2011 12:32:35 +0000

Revision: 8245
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8245
Author:   vator
Date:     2011-12-06 12:32:34 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/js/controller/ajax.js

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2011-12-06 07:20:23 UTC (rev 
8244)
+++ trunk/controller/js/controller/ajax.js      2011-12-06 12:32:34 UTC (rev 
8245)
@@ -99,7 +99,7 @@
        
        // file: view_check_lists_for_location.xsl
        // Fetches info about a check list on hover status image icon
-       $("a.view_list").mouseover(function(){
+       $("a.view_check_list").click(function(){
                var thisA = $(this);
                var divWrp = $(this).parent();
                var requestUrl = $(thisA).attr("href");
@@ -148,9 +148,11 @@
                          }
                  }
                   });
+               
+               return false;
        });
        
-       $("a.view_list").mouseout(function(){
+       $("a.view_check_list").mouseout(function(){
                var thisA = $(this);
                var divWrp = $(this).parent();
                var requestUrl = $(thisA).attr("href");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]