From f993f07751a6a713a4c6426ea0550600d8148209 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 10 Feb 2014 15:41:32 +0000 Subject: [PATCH] Enhanced API to support icon upload... SVN:trunk[3081] --- js/icon_select.js | 4 ++++ 1 file changed, 4 insertions(+) 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;