mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-26 18:13:35 +01:00
[bug] fix automatic group name not being added when no name is entered
This commit is contained in:
parent
db67fb93c6
commit
b47f134736
@ -237,7 +237,7 @@ var bookmarks = (function() {
|
||||
return "Group " + count;
|
||||
};
|
||||
if (data) {
|
||||
if (data.group.name == null) {
|
||||
if (data.group.name.text == null) {
|
||||
data.group.name.text = makeName();
|
||||
} else if (typeof data.group.name.text == "string") {
|
||||
data.group.name.text = data.group.name.text.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user