Removed document.open()
authorParker Berberian <pberberian@iol.unh.edu>
Fri, 21 Dec 2018 18:32:00 +0000 (13:32 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Fri, 21 Dec 2018 18:32:00 +0000 (13:32 -0500)
Some versions of some browsers dont play nice with a document.open() and document.write(),
So I am manipulating the DOM manually instead of writing the response itself.

Change-Id: Ib852be55dfcb4e360a5cfd89e5e3e2b845d6322a
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>

No differences found