Add missing reloadWebSite js function
Somehow this went missing when the new website monitor type was mergedpull/2145/head
parent
add3682128
commit
084f1ab1d6
|
@ -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" ) {
|
||||
|
|
Loading…
Reference in New Issue