2017-09-10 17:25:29 +05:30
|
|
|
-# haml-lint:disable InlineJavaScript
|
2015-09-11 14:41:01 +05:30
|
|
|
:javascript
|
2017-09-10 17:25:29 +05:30
|
|
|
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);
|
|
|
|
}
|