sync
[bootswatch] / Progressus / assets / js / template.js
index 5d57731..44d0aa3 100755 (executable)
@@ -1,13 +1,13 @@
-jQuery(document).ready(function($) {
-
-       $(".headroom").headroom({
-               "tolerance": 20,
-               "offset": 50,
-               "classes": {
-                       "initial": "animated",
-                       "pinned": "slideDown",
-                       "unpinned": "slideUp"
-               }
-       });
-
+jQuery(document).ready(function($) {\r
+\r
+       $(".headroom").headroom({\r
+               "tolerance": 20,\r
+               "offset": 50,\r
+               "classes": {\r
+                       "initial": "animated",\r
+                       "pinned": "slideDown",\r
+                       "unpinned": "slideUp"\r
+               }\r
+       });\r
+\r
 });
\ No newline at end of file