dyjh hace 6 años
padre
commit
ed0c747f9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/vendor/geetest/geetest.blade.php

+ 1 - 1
resources/views/vendor/geetest/geetest.blade.php

xqd
@@ -23,7 +23,7 @@
             }
         };
         $.ajax({
-            url: url + "?t=" + (new Date()).getTime(),
+            url: url + "&t=" + (new Date()).getTime(),
             type: "get",
             dataType: "json",
             success: function(data) {