mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
Add missed .stopped method to Sticky Element
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
StickyElement.prototype.unstop = function () {
|
||||
this._stopped = false;
|
||||
};
|
||||
StickyElement.prototype.stopped = function () {
|
||||
return this._stopped;
|
||||
};
|
||||
|
||||
// Stick elements to top of screen when you scroll past, documentation is in the README.md
|
||||
var Sticky = function (selector) {
|
||||
|
||||
Reference in New Issue
Block a user