fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11962] API: remove temporary migration support


From: Sigurd Nes
Subject: [Fmsystem-commits] [11962] API: remove temporary migration support
Date: Mon, 12 May 2014 09:21:01 +0000

Revision: 11962
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11962
Author:   sigurdne
Date:     2014-05-12 09:21:00 +0000 (Mon, 12 May 2014)
Log Message:
-----------
API: remove temporary migration support

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.jquery.inc.php

Modified: trunk/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.jquery.inc.php     2014-05-09 14:02:32 UTC (rev 
11961)
+++ trunk/phpgwapi/inc/class.jquery.inc.php     2014-05-12 09:21:00 UTC (rev 
11962)
@@ -61,7 +61,7 @@
                                        $load = array
                                        (
                                                "js/jquery-1.11.1{$_type}",
-                                               "js/jquery-migrate-1.2.1"
+//                                             "js/jquery-migrate-1.2.1"
                                        );
                                        break;
                                
@@ -71,7 +71,7 @@
                                                "js/jquery-1.11.1{$_type}",
                                                
"js/jquery-ui-1.10.4.custom{$_type}",
                                                
"development-bundle/ui/i18n/jquery.ui.datepicker-{$GLOBALS['phpgw_info']['user']['preferences']['common']['lang']}",
-                                               "js/jquery-migrate-1.2.1"
+//                                             "js/jquery-migrate-1.2.1"
                                        );
                                        break;
 
@@ -81,7 +81,7 @@
                                        (
                                                "js/jquery-1.11.1{$_type}",
                                                
"js/jquery-ui-1.10.4.custom{$_type}",
-                                               "js/jquery-migrate-1.2.1"
+//                                             "js/jquery-migrate-1.2.1"
                                        );
 
                                        
$GLOBALS['phpgw']->css->add_external_file("phpgwapi/js/jquery/css/ui-lightness/jquery-ui-1.10.4.custom{$_type}.css");




reply via email to

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