fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14261]


From: Saul
Subject: [Fmsystem-commits] [14261]
Date: Sat, 31 Oct 2015 00:10:31 +0000

Revision: 14261
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14261
Author:   psaul
Date:     2015-10-31 00:10:30 +0000 (Sat, 31 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/js/booking/schedule.js

Modified: branches/dev-syncromind/booking/js/booking/schedule.js
===================================================================
--- branches/dev-syncromind/booking/js/booking/schedule.js      2015-10-31 
00:09:20 UTC (rev 14260)
+++ branches/dev-syncromind/booking/js/booking/schedule.js      2015-10-31 
00:10:30 UTC (rev 14261)
@@ -179,7 +179,7 @@
 
 schedule.createDialogSchedule = function(w){
     var ww = $(window).width();
-    w = (w > (ww+40)) ? (ww-40) : w;
+    w = (w > (ww-40)) ? (ww-40) : w;
     schedule.dialogSchedule = $('#dialog_schedule').dialog({
         autoOpen: false,
         modal: true,




reply via email to

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