From 6747aabaf6ded299f271515e52f9df4053f00249 Mon Sep 17 00:00:00 2001 From: RobertoGonzalez Date: Tue, 30 Sep 2014 13:40:24 -0300 Subject: [PATCH] Upped the version to 1.0.3. Moved the scrollTop limiter to the Frame Loop. --- bower.json | 2 +- index.html | 8 ++++---- midnight.jquery.js | 7 +++++-- midnight.jquery.min.js | 4 ++-- midnight.jquery.src.js | 6 ++++++ package.json | 2 +- 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index dd4fa24..67c6184 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "midnight", - "version": "1.0.1", + "version": "1.0.3", "description": "Switch fixed headers on the fly", "main": "midnight.jquery.js", "homepage": "https://github.com/Aerolab/midnight.js", diff --git a/index.html b/index.html index fd31cfc..7391f52 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@ @@ -172,7 +172,7 @@

The jQuery Plugin

To make everything work, just load midnight (and jQuery) and initialize it. We take care of the rest.

-
<script src="midnight.jquery.js"></script>
+      
<script src="midnight.jquery.min.js"></script>
 <script>
 // Start midnight
 $(document).ready(function(){
@@ -224,7 +224,7 @@ 

Further customization

@@ -243,7 +243,7 @@

Further customization

- +