Update stickyscroll
This commit is contained in:
parent
3fb8096daa
commit
3f163565cd
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
||||||
/*!
|
/*!
|
||||||
* stickyscroll
|
* stickyscroll
|
||||||
* https://github.com/erming/stickyscroll
|
* https://github.com/erming/stickyscroll
|
||||||
* v2.1.0
|
* v2.1.1
|
||||||
*/
|
*/
|
||||||
(function($) {
|
(function($) {
|
||||||
$.fn.sticky = function() {
|
$.fn.sticky = function() {
|
||||||
|
@ -33,6 +33,10 @@
|
||||||
"overflow-y": overflow
|
"overflow-y": overflow
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(window).unbind(".sticky");
|
||||||
|
$(window).on("resize.sticky", function() {
|
||||||
|
self.scrollBottom();
|
||||||
|
});
|
||||||
|
|
||||||
this.scrollBottom();
|
this.scrollBottom();
|
||||||
return this;
|
return this;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "A web IRC client",
|
"description": "A web IRC client",
|
||||||
"version": "0.8.9",
|
"version": "0.8.10",
|
||||||
"homepage": "http://github.com/erming/shout",
|
"homepage": "http://github.com/erming/shout",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
|
|
Loading…
Reference in New Issue