fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9234]


From: Torstein
Subject: [Fmsystem-commits] [9234]
Date: Sun, 29 Apr 2012 16:43:25 +0000

Revision: 9234
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9234
Author:   vator
Date:     2012-04-29 16:43:25 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------


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

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2012-04-29 16:43:10 UTC (rev 
9233)
+++ trunk/controller/js/controller/ajax.js      2012-04-29 16:43:25 UTC (rev 
9234)
@@ -430,7 +430,7 @@
        });
        
        // Fetches info about a check list on hover status image icon
-       $('a.view_check_list').bind('contextmenu', function(){
+       $('a.view_info_box').bind('contextmenu', function(){
                var thisA = $(this);
                var divWrp = $(this).parent();
                
@@ -476,12 +476,12 @@
                return false;
        });
        
-       $("a.view_check_list").mouseout(function(){
+       $("a.view_info_box").mouseout(function(){
                var infoBox = $(this).parent().find("#info_box");
                
                $(infoBox).hide();
        });
-       
+       /*
        $(".frm_save_check_item").live("submit", function(e){
                e.preventDefault();
                var thisForm = $(this);
@@ -509,7 +509,7 @@
                                }
                        });
        });
-       
+       */
        $(".frm_save_control_item").live("click", function(e){
                e.preventDefault();
                var thisForm = $(this);
@@ -893,13 +893,13 @@
                return false;
        });
        
-       
+       /*
        $(".frm_save_check_item").live("click", function(e){
                var thisForm = $(this);
                var submitBnt = $(thisForm).find("input[type='submit']");
                $(submitBnt).removeClass("not_active");
        });
-       
+       */
        $(".frm_register_case").live("click", function(e){
                var thisForm = $(this);
                var submitBnt = $(thisForm).find("input[type='submit']");
@@ -925,14 +925,14 @@
                var wrpElem = $(this).parents("dd");
                $(wrpElem).find(".help_text").fadeOut(300);
        });
-       
+       /*
        $(".frm_save_check_item").click(function(e){
                var thisForm = $(this);
                var submitBnt = $(thisForm).find("input[type='submit']");
                
                $(submitBnt).removeClass("not_active");
        });
-       
+       */
        $(".frm_save_control_item").click(function(e){
                var thisForm = $(this);
                var submitBnt = $(thisForm).find("input[type='submit']");




reply via email to

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