From: XhmikosR Date: Fri, 27 Apr 2018 07:11:17 +0000 (+0300) Subject: Add comment in docs JS files. X-Git-Tag: v4.1.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11132351e3e434f6d4ed72e5a418eb692c6a319;p=thirdparty%2Fbootstrap.git Add comment in docs JS files. --- 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'