diff --git a/modules/image/motion detect b/modules/image/motion detect index f25e73d9688de9d0067045f2a143380e138f6258..a4a026ba1ed2d2015dd32ec13063970eae4de981 100755 --- a/modules/image/motion detect +++ b/modules/image/motion detect @@ -105,7 +105,7 @@ var interface = function(div){ btn.appendChild(document.createTextNode('view last image')) btn.addEventListener('click',function(){ mod.win = window.open('') - mod.win.document.title = 'motion detect last image' + mod.win.document.title = 'last image' mod.win.document.body.style.overflow = 'hidden' mod.win.document.body.style.border = 0 mod.win.document.body.style.padding = 0