Author: humbedooh
Date: Mon Dec 7 13:40:21 2015
New Revision: 1718354
URL: http://svn.apache.org/viewvc?rev=1718354&view=rev
Log:
grumble, missing a () here.
Modified:
steve/trunk/pysteve/www/htdocs/js/steve_rest.js
Modified: steve/trunk/pysteve/www/htdocs/js/steve_rest.js
URL:
http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_rest.js?rev=1718354&r1=1718353&r2=1718354&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Mon Dec 7 13:40:21 2015
@@ -742,7 +742,7 @@ function createIssueCallback(code, respo
document.getElementById('seconds').value = ''
document.getElementById('nominatedby').value = ''
document.getElementById('candidates').value = ''
- document.getElementById('contd').innerHTML = "<b
style='color: #396;'>Issue #" + state.issue + " created at " + new
Date().toLocaleString + ", fields reset.</b>"
+ document.getElementById('contd').innerHTML = "<b
style='color: #396;'>Issue #" + state.issue + " created at " + new
Date().toLocaleString() + ", fields reset.</b>"
} else {
location.href = "/admin/edit_election.html?" +
state.election
}