fix show/hide version tag area
This commit is contained in:
parent
441a139001
commit
9d148236ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue