mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Admin UI minor update. Layer open JS added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11252 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a2da611bdc
commit
065ffd3967
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jQuery(function($){
|
||||||
});
|
});
|
||||||
// Content Open
|
// Content Open
|
||||||
$('.x [data-open^="#"]').click(function(){
|
$('.x [data-open^="#"]').click(function(){
|
||||||
$($(this).attr('data-open')).open();
|
$($(this).attr('data-open')).show();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
// Content Close
|
// Content Close
|
||||||
|
|
|
||||||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
|
|
@ -13,7 +13,7 @@ jQuery(function($){
|
||||||
});
|
});
|
||||||
// Content Open
|
// Content Open
|
||||||
$('.x [data-open^="#"]').click(function(){
|
$('.x [data-open^="#"]').click(function(){
|
||||||
$($(this).attr('data-open')).open();
|
$($(this).attr('data-open')).show();
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
// Content Close
|
// Content Close
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue