diff --git a/assets/js/src/ie-emulation-modes-warning.js b/assets/js/src/ie-emulation-modes-warning.js index ca2ae1222b..610128e273 100644 --- a/assets/js/src/ie-emulation-modes-warning.js +++ b/assets/js/src/ie-emulation-modes-warning.js @@ -1,5 +1,5 @@ // NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT -// IT'S JUST JUNK FOR OUR DOCS! +// IT'S ALL JUST JUNK FOR OUR DOCS! // ++++++++++++++++++++++++++++++++++++++++++ // Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes. diff --git a/assets/js/src/pwa.js b/assets/js/src/pwa.js index 22a0dde6d7..142f899155 100644 --- a/assets/js/src/pwa.js +++ b/assets/js/src/pwa.js @@ -1,3 +1,7 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + /* eslint no-console:off */ (function () { diff --git a/assets/js/src/search.js b/assets/js/src/search.js index 3acd71c6f7..2e91fcf21e 100644 --- a/assets/js/src/search.js +++ b/assets/js/src/search.js @@ -1,3 +1,7 @@ +// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT +// IT'S ALL JUST JUNK FOR OUR DOCS! +// ++++++++++++++++++++++++++++++++++++++++++ + (function () { 'use strict'