widlam/refactoring/issue#120 (#128)
Co-authored-by: mikolaj widla <mikolaj.widla@gmail.com> Co-authored-by: widlam <mikolaj.widla@gmail.com> Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #128 Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
		| @@ -9,8 +9,7 @@ | ||||
|     <script src="assets/scripts/frame.js"></script> | ||||
|  | ||||
|     <!-- <link rel="stylesheet" href="common.css"> --> | ||||
|     <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon"> | ||||
|      | ||||
|     <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">  | ||||
| </head> | ||||
|  | ||||
| <body onload="init()"> | ||||
| @@ -30,14 +29,14 @@ | ||||
|     <div id="content"> | ||||
|         <div id="leftBar"> | ||||
|             <ul id="toolList"> | ||||
|                 <li id="toolListRow" class="dynamic restTool" style="display: none;"> | ||||
|                 <li class="dynamic restTool toolListRow" style="display: none;"> | ||||
|                     <a id="rest-mock" href="http://tools.zipper.release11.com:8097/" target="iframe">REST Mock</a> | ||||
|                 </li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xpath.html" target="iframe">XPath</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xslt.html" target="iframe">XSLT</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xsd.html" target="iframe">XSD</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="tools/xmlFormatter.html" target="iframe">XML Formatter</a></li> | ||||
|                 <li id="toolListRow" class="jsonTool" style="display: none;"><a href="tools/jsonFormatter.html" target="iframe">JSON Formatter</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="./tools/xpath.html" target="iframe">XPath</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="./tools/xslt.html" target="iframe">XSLT</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="./tools/xsd.html" target="iframe">XSD</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="tools/xmlFormatter.html" target="iframe">XML Formatter</a></li> | ||||
|                 <li class="toolListRow jsonTool" style="display: none;"><a href="tools/jsonFormatter.html" target="iframe">JSON Formatter</a></li> | ||||
|             </ul> | ||||
|             <div id="copyright"> | ||||
|                 Build: [:VERSION:]<br> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user