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