BigW Consortium Gitlab

_bootlint.haml 340 Bytes
Newer Older
1
-# haml-lint:disable InlineJavaScript
2
:javascript
3 4 5
  window.onload = 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);
  }