Skip to content

Commit

Permalink
Update CustomHandling.js
Browse files Browse the repository at this point in the history
  • Loading branch information
btaylor-sesda authored Feb 22, 2022
1 parent e973e69 commit 26b8579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/CustomHandling/CustomHandling.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $(document).ready(function() {

setTimeout(function() {

$.getJSON(thishvapiurl+"/resources/JSON/celestial-objects/soho/psp/soho_psp_dictionary.json?rndnm=<?php echo (rand(9999,9999999)); ?>", function(pspdata){
$.getJSON(thishvapiurl+"/resources/JSON/celestial-objects/soho/psp/soho_psp_dictionary.json", function(pspdata){



Expand Down

0 comments on commit 26b8579

Please sign in to comment.