Bläddra i källkod

Enhanced API to support icon upload...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3081 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 11 år sedan
förälder
incheckning
848239817e
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      js/icon_select.js

+ 4 - 0
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;