Changeset 3386916
- Timestamp:
- 10/30/2025 08:56:13 AM (5 months ago)
- Location:
- lw-all-in-one/trunk/public
- Files:
-
- 2 deleted
- 2 edited
-
class-lw-all-in-one-public.php (modified) (1 diff)
-
css/lw-all-in-one-consent.css (modified) (1 diff)
-
js/bootstrap.min.js (deleted)
-
js/bootstrap.min.js.map (deleted)
Legend:
- Unmodified
- Added
- Removed
-
lw-all-in-one/trunk/public/class-lw-all-in-one-public.php
r3383990 r3386916 103 103 104 104 if ($ck_activate === 'on') { 105 wp_register_script($this->plugin_name . '-bts', plugin_dir_url(__FILE__) . 'js/bootstrap.min.js', array('jquery'), $this->version, true);106 105 wp_register_script($this->plugin_name . '-consent', plugin_dir_url(__FILE__) . 'js/lw-all-in-one-consent' . $min . '.js', array('jquery'), $this->version, true); 107 106 } -
lw-all-in-one/trunk/public/css/lw-all-in-one-consent.css
r3384118 r3386916 367 367 } 368 368 369 /** B ootstrap button CSS */369 /** Button CSS */ 370 370 #lwaio-consent-bar .btn, 371 371 .lwaio_messagebar_detail .btn {
Note: See TracChangeset
for help on using the changeset viewer.