mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-11 16:34:01 +02:00
Fix layout problem in IE.
This commit is contained in:
@@ -27,7 +27,7 @@ modulejs.define('ext/crumb', ['_', '$', 'core/settings', 'core/resource', 'core/
|
|||||||
$html.find('.label').text(item.label).end();
|
$html.find('.label').text(item.label).end();
|
||||||
|
|
||||||
if (item.isDomain() || item.isRoot()) {
|
if (item.isDomain() || item.isRoot()) {
|
||||||
$html.find('.sep').remove();
|
$html.find('.sep').width(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.isCurrentFolder()) {
|
if (item.isCurrentFolder()) {
|
||||||
|
Reference in New Issue
Block a user