mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +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="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>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -95,7 +95,7 @@ $(function() {
|
||||
}, 500);
|
||||
});
|
||||
|
||||
$("#btn_config").click(function() {
|
||||
$("#configButton").click(function() {
|
||||
try{
|
||||
window.external.openMhlConfig();
|
||||
} catch(e){
|
||||
|
||||
Reference in New Issue
Block a user