disable "loading, please wait" text on view()
This commit is contained in:
parent
431ade5580
commit
c33c296c04
|
@ -336,7 +336,7 @@ function view(id,feed_id) {
|
||||||
upd_img_pic.innerHTML = "";
|
upd_img_pic.innerHTML = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById('content').innerHTML='Loading, please wait...';
|
// document.getElementById('content').innerHTML='Loading, please wait...';
|
||||||
|
|
||||||
active_post_id = id;
|
active_post_id = id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue