-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iframe problem #8
Comments
No. Most certainly you are using a Version of ftui that isn't compatible 2016-10-11 1:07 GMT+02:00 AndySilvia [email protected]:
|
Ok. Thanks for clarification. Anyway the widget does what it should with the modification I added... |
@nesges any plans to adapt your widgets for the newest ftui version? I am interested in the klimatrend widget which doesn't work currently (loadplugin not defined ...) |
Problem is, widget_iframe should be under widget_famultibutton - it's not correct in your hierarchy-view too...
doesn't do anything, but errors, you have to add these lines at the beginning of widget_iframe.js:
function depends_iframe (){
if(typeof Module_famultibutton == 'undefined')
return ["famultibutton"];
};
Bye & thanks for the good work!
The text was updated successfully, but these errors were encountered: