fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12609] formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [12609] formatting
Date: Fri, 16 Jan 2015 10:00:47 +0000

Revision: 12609
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12609
Author:   sigurdne
Date:     2015-01-16 10:00:45 +0000 (Fri, 16 Jan 2015)
Log Message:
-----------
formatting

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-01-15 
23:29:08 UTC (rev 12608)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-01-16 
10:00:45 UTC (rev 12609)
@@ -290,7 +290,7 @@
                                                        return {
                                                                label: 
item.name,
                                                                value: item.id
-                                                       }
+                                                       };
                                                }));
                                        }
                                });
@@ -333,11 +333,11 @@
                {
                        TINY.box.hide();
                }
-       }
+       };
 
        JqueryPortico.lightboxlogin = function()
        {
                var oArgs = {lightbox:1};
                var strURL = phpGWLink('login.php', oArgs);
                TINY.box.show({iframe:strURL, 
boxid:'frameless',width:$(window).width(),height:400,fixed:false,maskid:'darkmask',maskopacity:40,
 mask:true, animate:true, close: false,closejs:false});
-       }
\ No newline at end of file
+       };
\ No newline at end of file




reply via email to

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