Improved tag handling.
This commit is contained in:
@@ -47,9 +47,8 @@ Clipperz.PM.UI.Components.Selections = React.createClass({
|
||||
render: function () {
|
||||
var tagInfo;
|
||||
var tags;
|
||||
|
||||
|
||||
tagInfo = this.props['tags'] ? this.props['tags'] : {};
|
||||
// tagInfo = {"tag1":1, "tag2":2, "tag3":1, "tag4":2, "tag5":1, "tag6":2, "tag7":1, "tag8":3, "tag9":1, "tag10":11, "tag11":1, "tag12":8, "tag13":1, "tag14":3, "tag15":1, "tag16":1};
|
||||
tags = MochiKit.Base.keys(tagInfo).sort(Clipperz.Base.caseInsensitiveCompare);
|
||||
|
||||
return React.DOM.div({'key':'selections', 'id':'selections'}, [
|
||||
|
||||
Reference in New Issue
Block a user