19,809
edits
(missed these URLs) |
(debugging) |
||
| Line 276: | Line 276: | ||
var allEditButtons = document.getElementById('toolbar'); | var allEditButtons = document.getElementById('toolbar'); | ||
if ( !allEditButtons ) { | if ( !allEditButtons ) { | ||
alert("Could not get buttons."); | |||
return false; | return false; | ||
} | } | ||
if (typeof editform !== 'undefined') { | if (typeof editform !== 'undefined') { | ||
if (!(window.editform = document.forms.editform)) { | if (!(window.editform = document.forms.editform)) { | ||
alert("Could not get editform."); | |||
return false; | return false; | ||
} | } | ||