Archived
1
0

fix syntax error

This commit is contained in:
Jeff Becker 2017-01-16 11:23:04 -05:00
parent 11b5ca6a1b
commit 75dc4c2529

View File

@ -412,7 +412,6 @@ function init(prefix) {
f.onsubmit = function() {
postit();
return false;
}
}
};
}