mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
recover some of the old codes for demo
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12124 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5365a09ce
commit
4e519372ba
1 changed files with 8 additions and 3 deletions
|
|
@ -2314,7 +2314,8 @@ jQuery(function($){
|
|||
$('#design').bind('show', function(ev){
|
||||
if(this !== ev.target) return;
|
||||
|
||||
//$('#design .x_tabbable a[href="#mobile"]').parent().addClass('x_disabled');
|
||||
// 데모용
|
||||
$('#design .x_tabbable a[href="#mobile"]').parent().addClass('x_disabled');
|
||||
|
||||
var sMenuId = $._xeAdminVar.sSelectedMenuSrl;
|
||||
var htInfo = htNodeInfo[sMenuId];
|
||||
|
|
@ -2359,10 +2360,14 @@ jQuery(function($){
|
|||
// If mobile view is disabled for the menu, display the mobile setup screen accordingly
|
||||
if(htDesign.sUseMobile != 'Y'){
|
||||
$('#design').addClass('_mobile_view_disabled');
|
||||
//$('#design .x_tabbable a[href="#mobile"]').parent().addClass('x_disabled');
|
||||
|
||||
// 데모용
|
||||
$('#design .x_tabbable a[href="#mobile"]').parent().addClass('x_disabled');
|
||||
}else{
|
||||
$('#design').removeClass('_mobile_view_disabled');
|
||||
//$('#design .x_tabbable a[href="#mobile"]').parent().removeClass('x_disabled');
|
||||
|
||||
// 데모용
|
||||
$('#design .x_tabbable a[href="#mobile"]').parent().removeClass('x_disabled');
|
||||
}
|
||||
|
||||
if($._xeAdminVar.sOpenDeisgnWith && $._xeAdminVar.sOpenDeisgnWith === "M"){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue