Libraries added

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-12-14 06:00:42 +00:00
parent c97fc42be9
commit 50c487a756
4 changed files with 5089 additions and 1 deletions

View file

@ -935,7 +935,20 @@ jQuery(function($){
$('.module_search').xeModuleSearchHtml();
});
/*
// Menu Selector
jQuery(function($){
var tmpCount = 0;
_xeModuleSearch = function(){
var t = this;
var $t = $(this);
var is_multiple = $t.data('multiple');
if(!is_multiple) is_multiple = '';
var id = '__module_searcher_' + tmpCount;
tmpCount++;
}
});
*/
// Sortable table
jQuery(function($){
var