Fixed incorrectly showing tools
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
function init() {
|
||||
changeActiveTools('xmlTool', 'XML');
|
||||
}
|
||||
|
||||
/**
|
||||
* Function that updates list of tools depending on chosen category
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body onload="init()">
|
||||
<div id="header">
|
||||
<div id="leftElements">
|
||||
<div id="logo"><a href="http://release11.com/"><img src="assets/images/logo_czarne.svg" alt="Release11"></a></div>
|
||||
@@ -30,14 +30,14 @@
|
||||
<div id="content">
|
||||
<div id="leftBar">
|
||||
<ul id="toolList">
|
||||
<li id="toolListRow" class="dynamic restTool">
|
||||
<li id="toolListRow" class="dynamic restTool" 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"><a href="tools/jsonFormatter.html" target="iframe">JSON Formatter</a></li>
|
||||
<li id="toolListRow" class="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