mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 13:22:16 +09:00
css/html setup panel updated
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12386 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
65d7f1e2d1
commit
3bee1e720e
4 changed files with 41 additions and 10 deletions
|
|
@ -3606,12 +3606,16 @@ jQuery(function($){
|
|||
htDesign.sSkinName = sSkinName;
|
||||
htDesign.sSkinTitle = sSkinTitle;
|
||||
updateSelectedDesign(htDesign);
|
||||
})
|
||||
});
|
||||
$('#skinSetup').on('show', function(ev){
|
||||
if(this !== ev.target) return;
|
||||
|
||||
scrollToRight();
|
||||
})
|
||||
});
|
||||
$('#fullSetup').on('show', function(ev){
|
||||
$(this).find('.lang_code').trigger('reload-multilingual');
|
||||
console.log($(this).find('.lang_code'));
|
||||
});
|
||||
|
||||
var d365 = new Date();
|
||||
d365.setTime(d365.getTime() + 60*60*24*356);
|
||||
|
|
@ -3912,7 +3916,6 @@ jQuery(function($){
|
|||
$('a._siteDesignSetupLink').attr('title', xe.lang.go_to_site_design_setup).click(function(){
|
||||
alert(xe.lang.go_to_site_design_setup);
|
||||
});
|
||||
|
||||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue