Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Dec 19, 2014
1 parent 21fea0b commit 0013dbd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remodal",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://vodkabears.github.io/remodal/",
"authors": [
"Ilya Makarov <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.remodal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Remodal - v0.4.0
* Remodal - v0.4.1
* Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
* http://vodkabears.github.io/remodal/
*
Expand Down
6 changes: 5 additions & 1 deletion dist/jquery.remodal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Remodal - v0.4.0
* Remodal - v0.4.1
* Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
* http://vodkabears.github.io/remodal/
*
Expand Down Expand Up @@ -321,6 +321,7 @@

if (remodal.settings.hashTracking &&
remodal.$modal.attr("data-" + pluginName + "-id") === location.hash.substr(1)) {

location.hash = "";
$(window).scrollTop(scrollTop);
}
Expand Down Expand Up @@ -365,8 +366,11 @@

if (instance.settings.hashTracking &&
$elem.attr("data-" + pluginName + "-id") === location.hash.substr(1)) {

instance.open();
}
} else {
instance = $[pluginName].lookup[$elem.data(pluginName)];
}
});

Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.remodal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion remodal.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ui",
"zepto"
],
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Ilya Makarov",
"email": "[email protected]",
Expand Down

0 comments on commit 0013dbd

Please sign in to comment.