Changeset 3187980
- Timestamp:
- 11/13/2024 06:30:03 PM (17 months ago)
- Location:
- artplacer-widget/trunk
- Files:
-
- 2 edited
-
artplacer-widget.php (modified) (1 diff)
-
assets/js/artplacer-widget-front.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
artplacer-widget/trunk/artplacer-widget.php
r3132374 r3187980 4 4 Plugin URI: https://wordpress.org/plugins/artplacer-widget/ 5 5 Description: Display the ArtPlacer widget into your products or posts. 6 Version: 2.21.7 6 Version: 2.21.71 7 7 Author: ArtPlacer 8 8 Author URI: http://www.artplacer.com -
artplacer-widget/trunk/assets/js/artplacer-widget-front.js
r3132369 r3187980 43 43 jQuery( '.single_variation_wrap' ).on( 'show_variation', function( event, variation ) { 44 44 try{ 45 console.log({variation}); 45 46 updateArtPlacerWidget(variation); 46 47 }catch (e) {
Note: See TracChangeset
for help on using the changeset viewer.