fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12614] move script to front


From: Sigurd Nes
Subject: [Fmsystem-commits] [12614] move script to front
Date: Fri, 16 Jan 2015 11:49:43 +0000

Revision: 12614
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12614
Author:   sigurdne
Date:     2015-01-16 11:49:42 +0000 (Fri, 16 Jan 2015)
Log Message:
-----------
move script to front

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-01-16 
10:31:50 UTC (rev 12613)
+++ branches/dev-syncromind/phpgwapi/inc/class.jquery.inc.php   2015-01-16 
11:49:42 UTC (rev 12614)
@@ -229,7 +229,6 @@
 
                        JqueryPortico.render_tabs = function ()
                        {
-
                                $('#{$tab_set}').responsiveTabs({
                                        startCollapsed: 'accordion',
                                        collapsible: 'accordion',
@@ -248,7 +247,7 @@
 
                        };
 JS;
-               $GLOBALS['phpgw']->js->add_code('', $js, true);
+               $GLOBALS['phpgw']->js->add_code('', $js);
                return $output;
        }
 




reply via email to

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