浏览代码

removed unused btn from wfs js panel

Piotr Labudda 8 年之前
父节点
当前提交
567d8b36c8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      SE/se-lib/Route/WfsJsRequestPanel.php

+ 0 - 1
SE/se-lib/Route/WfsJsRequestPanel.php

@@ -280,7 +280,6 @@ class Route_WfsJsRequestPanel extends RouteBase {
 							UI::h('span', [ 'style' => "margin-right:6px" ], "json tree"),
 						]),
 					]),
-					UI::h('button', [ 'class' => "btn btn-xs btn-default", 'onClick' => "return {$jsFunction['JS_FUNCTION_UPDATE_RESPONSE']}(this)" ], "toggle tree view"),
 				]),
 				UI::h('pre', [ 'id' => 'wfsResponse', 'style' => "margin:0; font-size:x-small; border-radius:0" ], 'loading...'),
 			]);