Improved tag editing
This commit is contained in:
parent
62c26b9153
commit
53fac7a8c2
@ -309,7 +309,7 @@ photo = {
|
|||||||
|
|
||||||
if (!photoIDs) return false;
|
if (!photoIDs) return false;
|
||||||
if (photoIDs instanceof Array===false) photoIDs = [photoIDs];
|
if (photoIDs instanceof Array===false) photoIDs = [photoIDs];
|
||||||
if (visible.photo()) oldTags = photo.json.tags;
|
if (visible.photo()) oldTags = photo.json.tags.replace(/,/g, ', ');
|
||||||
|
|
||||||
buttons = [
|
buttons = [
|
||||||
["Set Tags", function() {
|
["Set Tags", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user