Changeset 2860769
- Timestamp:
- 02/06/2023 11:52:43 AM (3 years ago)
- Location:
- comoquiero/trunk
- Files:
-
- 3 edited
-
comoquiero.php.bu (modified) (1 diff)
-
js/qcart.js (modified) (1 diff)
-
readme.txt.bu (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comoquiero/trunk/comoquiero.php.bu
r2860757 r2860769 2 2 /* 3 3 * Plugin Name: Qcart 4 * Version: 23.02.06123 64 * Version: 23.02.061237 5 5 * Author: ComoQuiero 6 6 * Author URI: https://qcart.app -
comoquiero/trunk/js/qcart.js
r2860757 r2860769 1 !function (e, f, u) { 1 document.addEventListener("DOMContentLoaded", function (event) { 2 var e = document.createElement('script'); 3 var f = document.getElementsByTagName('script')[0]; 2 4 e.async = 1; 3 e.src = u;5 e.src = 'https://qcart.app/btn.js?trg=any'; 4 6 f.parentNode.insertBefore(e, f); 5 } (document.createElement('script'), document.getElementsByTagName('script')[0], 'https://qcart.app/btn.js?trg=any');7 }); -
comoquiero/trunk/readme.txt.bu
r2860757 r2860769 4 4 Author URI: https://qcart.app 5 5 Tested up to: 6.1 6 Stable tag: 23.02.06123 66 Stable tag: 23.02.061237 7 7 License: GPLv2 or later 8 8
Note: See TracChangeset
for help on using the changeset viewer.