Skip to content

Commit 43cf003

Browse files
committed
Update gruntfile to point to new customizer nav, run grunt
1 parent c93c371 commit 43cf003

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ module.exports = function (grunt) {
337337
},
338338
files: {
339339
'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade',
340-
'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade'
340+
'docs/_includes/nav/customize.html': 'docs/jade/customizer-nav.jade'
341341
}
342342
}
343343
},

dist/js/bootstrap.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,8 +1894,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
18941894
var offsetTop = offset.top
18951895
var offsetBottom = offset.bottom
18961896

1897-
if (this.affixed == 'top') position.top += scrollTop
1898-
18991897
if (typeof offset != 'object') offsetBottom = offsetTop = offset
19001898
if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element)
19011899
if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element)
@@ -1923,7 +1921,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
19231921
.trigger($.Event(affixType.replace('affix', 'affixed')))
19241922

19251923
if (affix == 'bottom') {
1926-
this.$element.offset({ top: scrollHeight - offsetBottom - this.$element.height() })
1924+
this.$element.offset({ top: position.top })
19271925
}
19281926
}
19291927

dist/js/bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/raw-files.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/js/bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)