Add missing reloadWebSite js function

Somehow this went missing when the new website monitor type was merged
pull/2145/head
Andrew Bauer 2018-07-05 08:43:21 -05:00 committed by GitHub
parent add3682128
commit 084f1ab1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -661,6 +661,10 @@ function watchdogOk( type ) {
watchdogInactive[type] = false;
}
function reloadWebSite() {
document.getElementById('imageFeed').innerHTML = document.getElementById('imageFeed').innerHTML;
}
function initPage() {
if ( monitorType != 'WebSite' ) {
if ( streamMode == "single" ) {