If I delete a record; i get the confirmation dialog; if I press [OK], i am getting a 404 error.
I do NOT have a further script to handle (e.g. on-delete) who is handling the delete.
error:
Failed to load resource: the server responded with a status of 404 ()
jquery.min.js:4 Mixed Content: The page at ‘https://mylinkwhatever.com’ was loaded over HTTPS, but requested an insecure script ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?_=1704666806130’.
This request has been blocked; the content must be served over HTTPS.
Note: jquery.min.js seems a little bit old (in lib/js)
Could You help
Your Answer