i hate js
This commit is contained in:
parent
b823223bd1
commit
394a4a65e1
@ -130,7 +130,7 @@ onready(function() {
|
||||
var msg = err || "posted";
|
||||
console.log(msg, j.url);
|
||||
e.innerHTML = msg;
|
||||
if(window.location.pathname == j.url) {
|
||||
if(window.location.pathname === j.url) {
|
||||
setTimeout(function() {
|
||||
e.disabled = false;
|
||||
e.innerHTML = origText;
|
||||
|
Reference in New Issue
Block a user