Fix a typo
This commit is contained in:
parent
772d1a5aa0
commit
633682749d
|
@ -67,7 +67,7 @@
|
||||||
window.location.hash = mypid;
|
window.location.hash = mypid;
|
||||||
} catch(err) {}
|
} catch(err) {}
|
||||||
}, 'json' ).fail(function() {
|
}, 'json' ).fail(function() {
|
||||||
show_stauts(false);
|
show_status(false);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
/* If we do have a resource URL, update resource */
|
/* If we do have a resource URL, update resource */
|
||||||
|
|
Loading…
Reference in New Issue