PluginProbe
UpStream: a Project Management Plugin for WordPress / 2.1.0
UpStream: a Project Management Plugin for WordPress v2.1.0
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / includes / admin / assets / js / edit-milestone.js

edit-milestone.js in UpStream: a Project Management Plugin for WordPress 2.1.0, at includes/admin/assets/js/edit-milestone.js

7 lines 190 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 (function ($) {
2 setTimeout(function () {
3 $('#_upstream_milestone_project_id').select2();
4 $('#_upstream_milestone_assigned_to').select2();
5 }, 1000);
6 })(jQuery);
7