own3mall 9 лет назад
Родитель
Сommit
fcc4e2f5b1
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      js/jquery/plugins/jquery.tablesorter.collapsible.js
  2. 3 3
      modules/ftp/ftp_admin.css

+ 1 - 1
js/jquery/plugins/jquery.tablesorter.collapsible.js

@@ -108,6 +108,6 @@
 		return this.addClass(settings.classCollapse).removeClass(settings.classExpand);
 	}
 	
-	var $self = $("#servermonitor tr.expandme td.collapsible").find('a:first');
+	var $self = $("#servermonitor tr.expandme td.collapsible");
 
 })(jQuery);

+ 3 - 3
modules/ftp/ftp_admin.css

@@ -1,7 +1,7 @@
 .collapsible {
 	width: 6px;
 }
-.collapsible a.collapsed {
+.collapsible.collapsed {
 	margin: 2px;
 	display: block;
 	width: 15px;
@@ -10,11 +10,11 @@
 	outline: 0;
 }
 
-.collapsible a.expanded {
+.collapsible.expanded {
 	margin: 2px;
 	display: block;
 	width: 15px;
 	height: 15px;
 	background: url('../../images/tablesorter_expand.png') no-repeat -24px 3px;
 	outline: 0;
-}
+}