fix show/hide version tag area

This commit is contained in:
Doug Bell 2010-07-29 14:02:31 -05:00
parent 441a139001
commit 9d148236ba

View file

@ -342,7 +342,7 @@ WebGUI.Admin.prototype.addHelperHandler
*/
WebGUI.Admin.prototype.updateCurrentVersionTag
= function ( tag ) {
if ( !tag ) {
if ( !tag.tagId ) {
// hide tag area
document.getElementById( 'versionTag' ).style.display = "none";
return;