Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JahleelAbraham authored Mar 11, 2024
1 parent 232d154 commit b98960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/template/dist/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ var ajaxReq = function () {
function ajaxEvent() {
$('body').on("click", ".send-req-form", function(e){
var ajax_req = new ajaxReq();
return ajax_req.setData($(this));;
return ajax_req.setData($(this));
});

$('body').on("change", ".send-req-form-select", function(e){
Expand Down

0 comments on commit b98960b

Please sign in to comment.