404 Js file
-
Since upgrading to 5.0.0 we seeing a 404 when trying to retrieve this JS file. I don’t actually see that file in the plugin.
GET
https://domainname.com/wp-content/plugins/copy-the-code/assets/frontend/js/vendor/ctc.js?ver=5.0.0
[HTTP/2 404 2659ms]
I tried commenting out this line but it made the copy button stop working.
// Enqueue CTC vendor library (CopyEngine, CapabilityDetector).
wp_enqueue_script(
‘ctc-vendor’,
CTC_URI . ‘assets/frontend/js/vendor/ctc.js’,
[],
CTC_VER,
true
);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.