Ver Fonte

removed unused btn from wfs js panel

Piotr Labudda há 8 anos atrás
pai
commit
567d8b36c8
1 ficheiros alterados com 0 adições e 1 exclusões
  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...'),
 			]);