BigW Consortium Gitlab

_bootlint.haml 338 Bytes
Newer Older
1 2 3 4
:javascript
  jQuery(document).ready(function() {
    javascript:(function(){var s=document.createElement("script");s.onload=function(){bootlint.showLintReportForCurrentDocument([], {hasProblems: false, problemFree: false});};s.src="https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js";document.body.appendChild(s)})();
  });