This commit is contained in:
yflory
2017-09-19 15:38:19 +02:00
parent 88914ec6cc
commit 95542bcdaf
3 changed files with 3 additions and 3 deletions

View File

@@ -696,7 +696,7 @@ define([
}).appendTo($rightside);
$tags = common.createButton('hashtag', true);
var $tags = common.createButton('hashtag', true);
$rightside.append($tags);
}
};