/trunk/widget/modules/photo/squelettes/js/WidgetPhotoPopup.js |
---|
66,6 → 66,9 |
}; |
WidgetPhotoPopup.prototype.tagsToArray = function( tags ) { |
if(!this.valOk(tags)) { |
return []; |
} |
tags = tags.replace( new RegExp('\\.'), '' ).split( ',' ); |
let cleanTags = [], |