mirror of
https://github.com/geohot/qira
synced 2025-02-15 05:54:06 +03:00
make timeline scrollable
This commit is contained in:
parent
7b48cfd875
commit
411bd8bc5f
@ -105,7 +105,9 @@ $(document).ready(function() {
|
|||||||
x.moveable(false);
|
x.moveable(false);
|
||||||
x.closeable(false);
|
x.closeable(false);
|
||||||
// scrollable isn't working
|
// scrollable isn't working
|
||||||
|
if (x._title != "Timeline") {
|
||||||
x.scrollable(false, false)
|
x.scrollable(false, false)
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user