Skip to content
Snippets Groups Projects
Commit 94c69a0b authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Change default rating to 3

parent 98b4b8f2
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -125,6 +125,8 @@
var star5 = document.getElementById('5-star');
var rate = document.getElementById('rating');
rate3();
function rate1() {
rate.value = 1;
light1();
......
......@@ -89,8 +89,6 @@
</div>
</body>
<script type="text/javascript">
window.alert('weo');
function checkValidity() {
var form = document.getElementById('submit_select_loc');
var PPfield = document.getElementById('picking_point');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment