disable "loading, please wait" text on view()
This commit is contained in:
parent
431ade5580
commit
c33c296c04
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ function view(id,feed_id) {
|
|||
upd_img_pic.innerHTML = "";
|
||||
}
|
||||
|
||||
document.getElementById('content').innerHTML='Loading, please wait...';
|
||||
// document.getElementById('content').innerHTML='Loading, please wait...';
|
||||
|
||||
active_post_id = id;
|
||||
|
||||
|
|
Loading…
Reference in a new issue