mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
merge from branch 1.5.0 (~r10881)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10882 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
b0dfc0de0f
3 changed files with 3 additions and 3 deletions
|
|
@ -1240,7 +1240,7 @@ jQuery(function($){
|
|||
$(this).append($sTog);
|
||||
$sTog.click(function(){
|
||||
var $t = $(this);
|
||||
var $sTogObj = $t.parent().nextUntil('.h2, .h3');
|
||||
var $sTogObj = $t.parent().nextUntil('.h2, .h3').not('.langEdit, .tgContent, .modal');
|
||||
if($t.parent().next().is(':hidden')){
|
||||
$t.find('i').attr('class','icon-chevron-up');
|
||||
$sTogObj.slideDown(200);
|
||||
|
|
|
|||
2
modules/admin/tpl/js/admin.min.js
vendored
2
modules/admin/tpl/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -101,7 +101,7 @@
|
|||
}
|
||||
if($output->toBool() && $output->data && $vid) {
|
||||
Context::set('vid', $output->data->domain, true);
|
||||
if(strtolower($mid)==strtolower($output->data->domain)) Context::set('mid',$output->data->mid,true);
|
||||
if($mid==$output->data->domain) Context::set('mid',$output->data->mid,true);
|
||||
}
|
||||
if(!$output || !$output->data) { $domain = ''; unset($output); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue