[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2023-g6cbe012

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Jul 17 11:17:33 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  6cbe012f3d2dfc3cb92c2c66bf7e85edfd498fc0 (commit)
      from  ff3a05ee120901e2dc1ff11cdc99e629d3838dd9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=6cbe012f3d2dfc3cb92c2c66bf7e85edfd498fc0

commit 6cbe012f3d2dfc3cb92c2c66bf7e85edfd498fc0
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Mon Jul 17 11:17:26 2017 +0200

    Remove unneeded comma

diff --git a/src/www/widgets/scripts/WidgetController.js b/src/www/widgets/scripts/WidgetController.js
index 83e5a0b..141e53b 100644
--- a/src/www/widgets/scripts/WidgetController.js
+++ b/src/www/widgets/scripts/WidgetController.js
@@ -43,7 +43,7 @@ WidgetBuilderController.prototype =
 						divef.appendTo(jQuery('#td'+divef.attr('id')));
 						divef.draggable({
 							cursor: "move",
-							helper: "clone",
+							helper: "clone"
 						});
 					}
 					tr.parents('table').first().next().remove();
@@ -55,7 +55,7 @@ WidgetBuilderController.prototype =
 						divef.appendTo(jQuery('#td'+divef.attr('id')));
 						divef.draggable({
 							cursor: "move",
-							helper: "clone",
+							helper: "clone"
 						});
 					}
 					jQuery(e).parent().next().remove();
@@ -85,7 +85,7 @@ WidgetBuilderController.prototype =
 						},
 						over: function(event, ui) {
 							ui.helper.css('z-index', 1);
-						},
+						}
 					});
 				newCol.children('div').addClass('layout-manager-column-remove');
 				WidgetBuilderController.prototype.loadRemoveColumn(0, newCol.children('div'));
@@ -114,7 +114,7 @@ WidgetBuilderController.prototype =
 								ui.draggable.find('#x'+ui.draggable.attr('id')).show()},
 							over: function(event, ui) {
 								ui.helper.css('z-index', 1);
-							},
+							}
 						});
 				jQuery(this).parent().parent().append('<div id="fake" class="wb_extrafield" />');
 			}
@@ -122,7 +122,7 @@ WidgetBuilderController.prototype =
 			jQuery(this).parent().appendTo(jQuery('#td'+jQuery(this).parent().attr('id')));
 			jQuery(this).parent().draggable({
 							cursor: "move",
-							helper: "clone",
+							helper: "clone"
 						});
 		});
 	},

-----------------------------------------------------------------------

Summary of changes:
 src/www/widgets/scripts/WidgetController.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list