mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-30 02:47:36 +01:00
Fixed the addition of new cards in narrow view
This commit is contained in:
@@ -277,7 +277,7 @@ console.log("DROP"); //, anEvent);
|
||||
//............................................................................
|
||||
|
||||
cleanupTags: function (someTags) {
|
||||
return MochiKit.Base.filter(Clipperz.PM.DataModel.Record.isRegularTag, someTags).sort(Clipperz.Base.caseInsensitiveCompare);
|
||||
return MochiKit.Base.filter(Clipperz.PM.DataModel.Record.isRegularTag, someTags || []).sort(Clipperz.Base.caseInsensitiveCompare);
|
||||
},
|
||||
|
||||
renderTags: function (someTags) {
|
||||
|
||||
Reference in New Issue
Block a user