Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_bootlint.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69280687a9d87c5c439186c600a6a5b897309081 (plain)
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)})();
  });