X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetstack%2Fcore%2Fxoslib%2Fstatic%2Fjs%2Fpicker.js;h=075bdc53de78d51d64fe458e570ab3c3fbcbc8b9;hb=0839c08f0fa0a00898c9ce43cf640a4ab6140948;hp=0302cf416465a468a95006707ccf3f2b849f2a8e;hpb=bf05b83d006986795a5b02e09971b0a2e5b34970;p=plstackapi.git diff --git a/planetstack/core/xoslib/static/js/picker.js b/planetstack/core/xoslib/static/js/picker.js index 0302cf4..075bdc5 100644 --- a/planetstack/core/xoslib/static/js/picker.js +++ b/planetstack/core/xoslib/static/js/picker.js @@ -48,3 +48,7 @@ function init_picker(selector, ordered) { }); }); }; + +function init_spinner(selector, value) { + var spinner = $(selector).spinner( "value", value); +};