mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
data-provide instead of data-provides for rowlink. Fixes #44
Fixed CSS compile order. Fixes #82 Fixes #83
This commit is contained in:
2
docs/assets/js/bootstrap-rowlink.js
vendored
2
docs/assets/js/bootstrap-rowlink.js
vendored
@@ -63,7 +63,7 @@
|
||||
* ================== */
|
||||
|
||||
$(function () {
|
||||
$('[data-provides="rowlink"]').each(function () {
|
||||
$('[data-provide="rowlink"],[data-provides="rowlink"]').each(function () {
|
||||
$(this).rowlink($(this).data())
|
||||
})
|
||||
})
|
||||
|
||||
2
docs/assets/js/bootstrap.js
vendored
2
docs/assets/js/bootstrap.js
vendored
@@ -2758,7 +2758,7 @@
|
||||
* ================== */
|
||||
|
||||
$(function () {
|
||||
$('[data-provides="rowlink"]').each(function () {
|
||||
$('[data-provide="rowlink"],[data-provides="rowlink"]').each(function () {
|
||||
$(this).rowlink($(this).data())
|
||||
})
|
||||
})
|
||||
|
||||
2
docs/assets/js/bootstrap.min.js
vendored
2
docs/assets/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user