change document theme, add reset_pass utiltiy
This commit is contained in:
20
docs/cinder/js/base.js
Normal file
20
docs/cinder/js/base.js
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
/* Highlight */
|
||||
$( document ).ready(function() {
|
||||
hljs.initHighlightingOnLoad();
|
||||
$('table').addClass('table table-striped table-hover');
|
||||
});
|
||||
|
||||
|
||||
$('body').scrollspy({
|
||||
target: '.bs-sidebar',
|
||||
});
|
||||
|
||||
|
||||
/* Prevent disabled links from causing a page reload */
|
||||
$("li.disabled a").click(function() {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
|
||||
|
7
docs/cinder/js/bootstrap-3.0.3.min.js
vendored
Normal file
7
docs/cinder/js/bootstrap-3.0.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
docs/cinder/js/highlight.pack.js
Normal file
2
docs/cinder/js/highlight.pack.js
Normal file
File diff suppressed because one or more lines are too long
6
docs/cinder/js/jquery-1.10.2.min.js
vendored
Normal file
6
docs/cinder/js/jquery-1.10.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user