Skip to content

Commit

Permalink
Maint.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Mar 8, 2024
1 parent 70f7254 commit 4612ce2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

(function(){

console.log('%c MagicBullet: Accessibility Patch v1.6 in use. ', 'background: #6e00ee; color: #fff');
console.log("%c MagicBullet: Accessibility Patch v1.6 in use. ", "background: #6e00ee; color: #fff");

var magicBulletScript = document.getElementById("tmp-magic-bullet") ? document.getElementById("tmp-magic-bullet") : document.getElementById("radancy-magicbullet");
var a11yBody = document.body;
Expand Down
2 changes: 1 addition & 1 deletion alert/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(function () {

console.log('%c MagicBullet: System Alert v1.8 in use. ', 'background: #6e00ee; color: #fff');
console.log("%c MagicBullet: System Alert v1.8 in use. ", "background: #6e00ee; color: #fff");

var magicBulletScript = document.getElementById("tmp-magic-bullet") ? document.getElementById("tmp-magic-bullet") : document.getElementById("radancy-magicbullet");
var alertBody = document.body;
Expand Down
2 changes: 1 addition & 1 deletion ccpa/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(function() {

console.log("%c Legacy: CCPA v1.7 in use. Please upgrade to product version.", 'background: #ff0000; color: #fff');
console.log("%c Legacy: CCPA v1.7 in use. Please upgrade to product version.", "background: #ff0000; color: #fff");

var magicBulletScript = document.getElementById("tmp-magic-bullet") ? document.getElementById("tmp-magic-bullet") : document.getElementById("radancy-magicbullet");
var ccpaBody = document.body;
Expand Down
2 changes: 1 addition & 1 deletion gdpr/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(function() {

console.log("%c Legacy: GDPR v1.7 in use. Please upgrade to product version.", 'background: #ff0000; color: #fff');
console.log("%c Legacy: GDPR v1.7 in use. Please upgrade to product version.", "background: #ff0000; color: #fff");

var magicBulletScript = document.getElementById("tmp-magic-bullet") ? document.getElementById("tmp-magic-bullet") : document.getElementById("radancy-magicbullet");
var gdprBody = document.body;
Expand Down
2 changes: 1 addition & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

(function() {

console.log('%c MagicBullet v2.2 in use. ', 'background: #6e00ee; color: #fff');
console.log("%c MagicBullet v2.2 in use. ", "background: #6e00ee; color: #fff");

// Get MagicBullet Script

Expand Down

0 comments on commit 4612ce2

Please sign in to comment.