mirror of https://github.com/apache/archiva.git
fix jquery ui import
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1545918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ab42c23ca
commit
735f871e16
|
@ -17,8 +17,8 @@
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
define("archiva.search",["jquery","i18n","jquery.tmpl","select2","knockout","knockout.simpleGrid","jqueryFileTree"
|
define("archiva.search",["jquery","i18n","jquery.tmpl","select2","knockout","knockout.simpleGrid","jqueryFileTree"
|
||||||
,"prettify", "d3", "typeahead"]
|
,"prettify", "d3","jquery.ui", "typeahead"]
|
||||||
, function(jquery,i18n,jqueryTmpl,select2,ko,koSimpleGrid,jqueryFileTree,prettify,d3,typeahead) {
|
, function(jquery,i18n,jqueryTmpl,select2,ko,koSimpleGrid,jqueryFileTree,prettify,d3,jqueryui,typeahead) {
|
||||||
|
|
||||||
//-----------------------------------------
|
//-----------------------------------------
|
||||||
// browse part
|
// browse part
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* specific language governing permissions and limitations
|
* specific language governing permissions and limitations
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
define("redback.users",["jquery","utils","i18n","jquery.validate","knockout","knockout.simpleGrid","typeahead"],
|
define("redback.users",["jquery","utils","i18n","jquery.validate","knockout","knockout.simpleGrid","jquery.ui","typeahead"],
|
||||||
function(jquery,utils,i18n,jqueryValidate,ko,koSimpleGrid,typeahead) {
|
function(jquery,utils,i18n,jqueryValidate,ko,koSimpleGrid,jqueryui,typeahead) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* view model used for users grid
|
* view model used for users grid
|
||||||
|
|
Loading…
Reference in New Issue