Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/e8a18a787c2b91048fe59b1e91743af505be0ad8/resources/library/applications/WebBrowser.wgt/config.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 
OpenBoard/resources/library/applications/WebBrowser.wgt/config.xml

16 lines
512 B

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:ub="http://uniboard.mnemis.com/widgets"
id="http://uniboard.mnemis.com/widgets/webbrowser"
version="1.1"
width="600"
height="300"
ub:resizable="true">
<name>Web Browser</name>
<author href="http://www.getuniboard.com"
email="info@mnemis.com">Mnemis SA</author>
<description>Simple web browser</description>
<content src="index.html"/>
</widget>