diff --git a/js/icon_select.js b/js/icon_select.js index 8ac7409b2..72e87755c 100644 --- a/js/icon_select.js +++ b/js/icon_select.js @@ -162,6 +162,10 @@ $(function() } this._refresh(); }, + get_post_upload_to: function() + { + return this.options.post_upload_to; + }, _upload_dlg: function() { var me = this;