mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-17 02:17:30 +01:00
WIP first partially working version without mongodb, using sqlite/sequelize
This commit is contained in:
@@ -283,9 +283,9 @@ var SpacedeckSpaces = {
|
||||
|
||||
this.discover_zones();
|
||||
|
||||
window.setTimeout(function() {
|
||||
this.zoom_to_fit();
|
||||
}.bind(this),10);
|
||||
//window.setTimeout(function() {
|
||||
// this.zoom_to_fit();
|
||||
//}.bind(this),10);
|
||||
|
||||
if (on_success) {
|
||||
on_success();
|
||||
|
||||
Reference in New Issue
Block a user