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