diff --git a/www/discoresponse.html b/www/discoresponse.html index 2ec1484..a1717c7 100644 --- a/www/discoresponse.html +++ b/www/discoresponse.html @@ -44,7 +44,7 @@ rsearch = urlParams.entityID.match(/^(.*)#(.*)$/); if (rsearch) { - idpentityid = rsearch[1] + idpentityid = rsearch[1]; subid = rsearch[2]; } else { idpentityid = urlParams.entityID; diff --git a/www/res/js2/controllers/DateColumnEditor.js b/www/res/js2/controllers/DateColumnEditor.js index cb839ad..4ca7d79 100644 --- a/www/res/js2/controllers/DateColumnEditor.js +++ b/www/res/js2/controllers/DateColumnEditor.js @@ -370,8 +370,8 @@ define(function(require, exports) { } - }) + }); return DateColumnEditor; -}); \ No newline at end of file +}); diff --git a/www/res/js2/controllers/EditFoodleController.js b/www/res/js2/controllers/EditFoodleController.js index ffcbdda..30a9f2c 100644 --- a/www/res/js2/controllers/EditFoodleController.js +++ b/www/res/js2/controllers/EditFoodleController.js @@ -450,7 +450,7 @@ define(function(require, exports) { if (this.foodle.restrictions.rows) { this.el.find('#enableRestrictionRowlimit').prop('checked', true); - this.el.find('#inputRestrictionRowlimit').val(this.foodle.restrictions.rows) + this.el.find('#inputRestrictionRowlimit').val(this.foodle.restrictions.rows); } else { this.el.find('#enableRestrictionRowlimit').prop('checked', false); @@ -474,7 +474,7 @@ define(function(require, exports) { if (this.foodle.restrictions.checklimit) { this.el.find('#enableRestrictionCheckLimit').prop('checked', true); - this.el.find('#inputRestrictionCheckLimit').val(this.foodle.restrictions.checklimit) + this.el.find('#inputRestrictionCheckLimit').val(this.foodle.restrictions.checklimit); } else { this.el.find('#enableRestrictionCheckLimit').prop('checked', false); @@ -987,4 +987,4 @@ define(function(require, exports) { return EditFoodleController; -}); \ No newline at end of file +}); diff --git a/www/res/js2/controllers/FoodleResponseController.js b/www/res/js2/controllers/FoodleResponseController.js index fe0cbb2..3856a06 100644 --- a/www/res/js2/controllers/FoodleResponseController.js +++ b/www/res/js2/controllers/FoodleResponseController.js @@ -551,7 +551,7 @@ define(function(require, exports) { s.val(tz); that.setTimezone(tz); } - }) + }); // for(var i = 0; i < window.moment_zones.length; i++) { // s.append(''); diff --git a/www/res/js2/controllers/TextColumnEditor.js b/www/res/js2/controllers/TextColumnEditor.js index 47bb1a9..e7819dd 100644 --- a/www/res/js2/controllers/TextColumnEditor.js +++ b/www/res/js2/controllers/TextColumnEditor.js @@ -291,7 +291,7 @@ define(function(require, exports) { } } - console.log("Summary", this.topcolumns, this.subcolumns) + console.log("Summary", this.topcolumns, this.subcolumns); console.log("-----"); }, @@ -380,4 +380,4 @@ define(function(require, exports) { return ColumnEditor; -}); \ No newline at end of file +}); diff --git a/www/res/uninett-theme-bootstrap/js/holder.js b/www/res/uninett-theme-bootstrap/js/holder.js index ca41b2f..ec789ac 100644 --- a/www/res/uninett-theme-bootstrap/js/holder.js +++ b/www/res/uninett-theme-bootstrap/js/holder.js @@ -431,7 +431,7 @@ var Holder = Holder || {}; .split("/"), options); if (holder) { if (holder.fluid) { - render("fluid", images[i], holder, src) + render("fluid", images[i], holder, src); } else { render("image", images[i], holder, src); }