diff options
Diffstat (limited to 'ext/fg/js/float.js')
| -rw-r--r-- | ext/fg/js/float.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 513d246b..c550579d 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -35,7 +35,7 @@ class DisplayFloat extends Display {      onError(error) {          if (this._orphaned) { -            this.setContentOrphaned(); +            this.setContent('orphaned');          } else {              logError(error, true);          } |