Every time I open the web GUI for the first time after startup, an empty popup is overlayed:
It contains no text so I have no clue what it’s supposed to tell.
I’ve also checked its HTML, maybe that helps:
<div class="info">
<div class="title ng-binding"></div>
<div class="content ng-binding ng-hide" ng-show="state.CurrentItem.message || state.CurrentItem.enableTextarea">
<form ng-show="state.CurrentItem.enableTextarea" class="ng-valid ng-hide ng-dirty ng-valid-parse">
<textarea placeholder="" ng-model="state.CurrentItem.textarea" id="copytarget" class="ng-untouched ng-valid ng-dirty ng-valid-parse"></textarea>
</form>
</div>
<!-- ngInclude: state.CurrentItem.htmltemplate -->
<div class="content buttons">
<ul>
<!-- ngInclude: state.CurrentItem.buttonTemplate -->
<!-- ngRepeat: btn in state.CurrentItem.buttons track by $index -->
</ul>
</div>
</div>
I can only close it by reloading the page.