Skip to content

Commit

Permalink
Correct admin ajax JS path in judging_scores.admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Dec 8, 2021
1 parent ab443aa commit 1352765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/judging_scores.admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
disable_update_button('judging_scores');
});
</script>
<script src="<?php echo $base_url;?>js_source/admin_ajax.js"></script>
<script src="<?php echo $base_url;?>js_includes/admin_ajax.min.js"></script>
<?php
if ($dbTable == "default") $pro_edition = $_SESSION['prefsProEdition'];
else $pro_edition = $row_archive_prefs['archiveProEdition'];
Expand Down

0 comments on commit 1352765

Please sign in to comment.