make timeline scrollable

This commit is contained in:
George Hotz 2015-08-28 00:08:54 +00:00
parent 7b48cfd875
commit 411bd8bc5f

View File

@ -105,7 +105,9 @@ $(document).ready(function() {
x.moveable(false);
x.closeable(false);
// scrollable isn't working
x.scrollable(false, false)
if (x._title != "Timeline") {
x.scrollable(false, false)
}
});