2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Lint docs js too and use `strict consistently. (#24160)

This commit is contained in:
XhmikosR
2017-09-28 17:25:28 +03:00
committed by GitHub
parent fe06814f3e
commit 502ac7ee4d
9 changed files with 41 additions and 21 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
$(document).ready(function () {
$(function () {
'use strict'
$('[data-toggle="offcanvas"]').on('click', function () {
$('.row-offcanvas').toggleClass('active')
});
});
})
})