ismdrobiul489 commited on
Commit
61b6896
·
1 Parent(s): 755423c

Fix: Remove drawStyle reference from JS that was removed from HTML

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -1033,7 +1033,7 @@
1033
 
1034
  const data = {
1035
  subject: document.getElementById('drawSubject').value,
1036
- style: document.getElementById('drawStyle').value,
1037
  colors: true
1038
  };
1039
 
 
1033
 
1034
  const data = {
1035
  subject: document.getElementById('drawSubject').value,
1036
+ style: 'outline_first',
1037
  colors: true
1038
  };
1039