mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Libraries added
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c97fc42be9
commit
50c487a756
4 changed files with 5089 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue