www/js/inv_fermentables.js

changeset 51
7224109adfe1
parent 37
9362eb9e9e5b
child 195
2ac491548d8d
--- a/www/js/inv_fermentables.js	Sat Sep 01 22:24:09 2018 +0200
+++ b/www/js/inv_fermentables.js	Tue Sep 04 13:44:02 2018 +0200
@@ -33,8 +33,8 @@
 		okButton: $('#delOk'),
 		cancelButton: $('#delCancel'),
 		initContent: function () {
-			$('#delOk').jqxButton({ width: '65px', theme: theme });
-			$('#delCancel').jqxButton({ width: '65px', theme: theme });
+			$('#delOk').jqxButton({ template: "danger", width: '65px', theme: theme });
+			$('#delCancel').jqxButton({ template: "success", width: '65px', theme: theme });
 			$('#delCancel').focus();
 		}
 	});

mercurial