瀏覽代碼

fixed last commit - rm test js onlick

Piotr Labudda 9 年之前
父節點
當前提交
86edb605fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SE/se-lib/TableAjax.php

+ 1 - 1
SE/se-lib/TableAjax.php

@@ -5288,7 +5288,7 @@ jQuery(document).ready(function(){
 								</colgroup>
 								<tbody>
 								<?php foreach ($skanyFiles as $vFilePath) : ?>
-									<tr onClick="jQuery(this).find('input[type=\'radio\']:first').checked = true; return false;">
+									<tr>
 									<?php
 										$vFileName = explode('/', $vFilePath);
 										$vFileName = end($vFileName);