diff --git a/Makefile b/Makefile index 1437047..058cf9b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION =1.3 +VERSION =1.4 BUILD_NUMBER_FILE = build-number.txt BUILD_NUMBER = $$(cat $(BUILD_NUMBER_FILE)) diff --git a/build-number.txt b/build-number.txt index 573541a..d00491f 100644 --- a/build-number.txt +++ b/build-number.txt @@ -1 +1 @@ -0 +1 diff --git a/src/www/index.html b/src/www/index.html index 93494e4..458a0ff 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -21,7 +21,7 @@ - +
@@ -36,6 +36,7 @@
diff --git a/src/www/js/personal-display.js b/src/www/js/personal-display.js index 06505a5..3476dda 100644 --- a/src/www/js/personal-display.js +++ b/src/www/js/personal-display.js @@ -2,7 +2,7 @@ var root = this; var PD = root.PersonalDisplay = {}; - PD.version = "1.3" + PD.version = "1.4" PD.hasHTML5LocalStorage = function() { try { @@ -340,7 +340,8 @@ events: { "click a.refresh" : "refresh", - "click a.pause-continue" : "toggleSync" }, + "click a.pause-continue" : "toggleSync", + "click a.show-config" : "showConfig" }, initialize: function() { @@ -501,6 +502,8 @@ if (evt) evt.preventDefault(); }, + showConfig: function() { PD.configDialog.show(); }, + toggleSync: function(evt) { if (PD.refreshIntervalId == null) { PD.refreshIntervalId = setInterval(this.refresh,