fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9141]


From: Torstein
Subject: [Fmsystem-commits] [9141]
Date: Fri, 13 Apr 2012 08:15:46 +0000

Revision: 9141
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9141
Author:   vator
Date:     2012-04-13 08:15:46 +0000 (Fri, 13 Apr 2012)
Log Message:
-----------


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

Modified: trunk/controller/js/controller/ajax.js
===================================================================
--- trunk/controller/js/controller/ajax.js      2012-04-13 08:14:01 UTC (rev 
9140)
+++ trunk/controller/js/controller/ajax.js      2012-04-13 08:15:46 UTC (rev 
9141)
@@ -25,8 +25,7 @@
                 window.location.href = requestUrl;
     });
        
-       //update location category based on location type
-       //file: 
+       // Update location category based on location type
        $("#type_id").change(function () {
                var location_type_id = $(this).val();
                 var oArgs = 
{menuaction:'controller.uicontrol_location.get_location_category'};

Modified: trunk/controller/js/controller/custom_ui.js
===================================================================
--- trunk/controller/js/controller/custom_ui.js 2012-04-13 08:14:01 UTC (rev 
9140)
+++ trunk/controller/js/controller/custom_ui.js 2012-04-13 08:15:46 UTC (rev 
9141)
@@ -40,42 +40,6 @@
                $("ul.expand_list").find("li h4 img").attr("src", 
"controller/images/arrow_right.png");
        });
        
-       /* ==========================  EXPANDING/COLLAPSING CHECK ITEM WHEN 
TITLE IS CLICKED  ====================== */
-       
-       /*
-       $("ul.check_items.expand_list h4").live("click", function(){ 
-               
-               if( $(this).parent().hasClass('expanded')){
-                       $(this).parent().find(".check_item").slideUp("slow");
-                       $(this).find("img").attr("src", 
"controller/images/arrow_right.png");
-                       $(this).parent().removeClass('expanded');
-               }else{
-                       $(this).parent().find(".check_item").slideDown("slow");
-                       $(this).find("img").attr("src", 
"controller/images/arrow_down.png");
-                       $(this).parent().addClass('expanded');
-               }
-       });
-       */
-       /*
-       $(".expand_all").live("click", function(){
-               $(this).addClass("focus");
-               $(".collapse_all").removeClass("focus");
-                       
-               
$("ul.check_items.expand_list").find("div.check_item").slideDown("slow");
-               
$("ul.check_items.expand_list").find("div.check_item").addClass("expanded");
-               $("ul.expand_list").find("li h4 img").attr("src", 
"controller/images/arrow_down.png");
-       });
-       
-       $(".collapse_all").live("click", function(){
-               $(this).addClass("focus");
-               $(".expand_all").removeClass("focus");
-               
-               
$("ul.check_items.expand_list").find("div.check_item").slideUp("slow");
-               
$("ul.check_items.expand_list").find("div.check_item").removeClass("expanded");
-               $("ul.expand_list").find("li h4 img").attr("src", 
"controller/images/arrow_right.png");
-       });
-       */
-       
        /* 
============================================================================== 
*/
        
        if( $("#frm_control_items").length > 0 ){




reply via email to

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