mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-15 17:44:22 +02:00
@@ -221,7 +221,7 @@
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
||||
/***/
|
||||
.clearfix:after,
|
||||
.board:after,
|
||||
@@ -1986,7 +1986,7 @@
|
||||
var meta = this.boardIndex.get(board_id);
|
||||
|
||||
if (! meta)
|
||||
throw `Invalid board_id in nukeBoard(${board.id})`;
|
||||
throw `Invalid board_id in nukeBoard(${board_id})`;
|
||||
|
||||
var title = meta.title + '';
|
||||
|
||||
@@ -2039,7 +2039,7 @@
|
||||
var meta = this.boardIndex.get(board_id);
|
||||
|
||||
if (! meta)
|
||||
throw `Invalid board_id in setBoardRevision(${board_id}, ${revision})`;
|
||||
throw `Invalid board_id in setBoardUiSpot(${board_id}, ${ui_spot})`;
|
||||
|
||||
meta.ui_spot = ui_spot;
|
||||
|
||||
|
Reference in New Issue
Block a user