www/js/rec_edit.js

changeset 814
de4a74899969
parent 811
4e3409cfd2b1
--- a/www/js/rec_edit.js	Fri Aug 05 10:35:24 2022 +0200
+++ b/www/js/rec_edit.js	Fri Aug 05 10:44:59 2022 +0200
@@ -2045,16 +2045,11 @@
   position: 'top'
  });
 
- // Buttons below
-
- $('#Cancel').jqxButton({ template: 'primary', width: '80px', theme: theme });
- $('#Cancel').bind('click', function() {
+ // Button below
+ $('#Terug').jqxButton({ template: 'primary', width: '80px', theme: theme });
+ $('#Terug').bind('click', function() {
   window.location.href = my_return;
  });
 
- $('#Save').jqxButton({ template: 'success', width: '80px', theme: theme });
- $('#Save').bind('click', function() {
-  window.location.href = my_return;
- });
 });
 

mercurial