Formatting Documentation Build files

This commit is contained in:
Dennis Neufeld
2015-08-04 18:19:39 +02:00
parent 30e6e1f034
commit a981cb8e54
15 changed files with 248 additions and 248 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* Documentation JS script
*/
$(function () {
@@ -44,7 +44,7 @@ $(function () {
});
$(".sidebar-menu li:not(.treeview) a").click(function () {
var $this = $(this);
var target = $this.attr("href");
var target = $this.attr("href");
if (typeof target === 'string') {
$("body").animate({
scrollTop: ($(target).offset().top) + "px"
@@ -60,4 +60,4 @@ $(function () {
$('body').addClass(skinName);
current_skin = skinName;
});
});
});