mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 00:15:08 +01:00
standardise config buttons
This commit is contained in:
@@ -66,12 +66,12 @@
|
|||||||
<button id="newButton" class="btn btn-primary">New</button>
|
<button id="newButton" class="btn btn-primary">New</button>
|
||||||
<button id="deleteButton" class="btn btn-primary">Delete</button>
|
<button id="deleteButton" class="btn btn-primary">Delete</button>
|
||||||
-->
|
-->
|
||||||
<button id="btn_config" class="btn btn-primary">Config</button>
|
<button id="configButton" class="btn btn-secondary">Config</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ $(function() {
|
|||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#btn_config").click(function() {
|
$("#configButton").click(function() {
|
||||||
try{
|
try{
|
||||||
window.external.openMhlConfig();
|
window.external.openMhlConfig();
|
||||||
} catch(e){
|
} catch(e){
|
||||||
|
|||||||
Reference in New Issue
Block a user