From: Mike Taylor Date: Thu, 27 Mar 2014 11:32:33 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 1.0.0~1164 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2b30da9fcfc0994c6d479efd5d27091d42f410d3;p=mkws-moved-to-github.git Whitespace. --- diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index 104ac91..a389646 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -271,7 +271,7 @@ mkws.registerWidgetType('Navi', function() { mkws.registerWidgetType('Sort', function() { var that = this; - $(this.node).change(function () { + $(this.node).change(function() { that.team.set_sortOrder($(that.node).val()); if (that.team.submitted()) { that.team.resetPage();