do we need the inner div?
authorArt Cancro <ajc@citadel.org>
Wed, 14 Feb 2018 23:20:28 +0000 (18:20 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 14 Feb 2018 23:20:28 +0000 (18:20 -0500)
webcit-ng/static/js/views.js

index 99db3efa6d77454c6550f618ac69f577c9a605ef..743a93ef2589fd01d1ff211f9e73c1a094a9bc89 100644 (file)
@@ -131,7 +131,8 @@ function forum_readmessages(target_div, gt_msg, lt_msg)
                        }
                        else
                        {
-                               document.getElementById(innerdivname).innerHTML = "ERROR " + this.status ;              // error message
+                               document.getElementById(innerdivname).innerHTML = "error put it back";
+                               alert("ERROR " + this.status + " retrieving messages from server");
                        }
                }
        };