We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, this is just to record the problem I voiced on IRC earlier where the dependencies for the javascript were causing problems.
My workaround is to switch to toscawidgets 1.
TW1 gives:
<head><script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js"></script> <script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery.bgiframe.js"></script> <script type="text/javascript" src="/toscawidgets/resources/tw.jquery.base/static/javascript/jquery.dimensions.js"></script> <script type="text/javascript" src="/toscawidgets/resources/tgext.menu.util/static/js/jquery.positionBy.js"></script> <script type="text/javascript" src="/toscawidgets/resources/tgext.menu.util/static/js/jquery.jdMenu.js"></script> <link rel="stylesheet" type="text/css" href="/toscawidgets/resources/tgext.menu.util/static/css/jquery.jdMenu.css" media="all" />
And TW2 gives
<head><script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.jdMenu.js"></script> <link rel="stylesheet" type="text/css" href="/resources/tgext.menu.util/static/css/jquery.jdMenu.css" media="all" /> <script type="text/javascript" src="/resources/tw2.jquery/static/jquery/1.3.2/jquery.js"></script> <script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.bgiframe.js"></script> <script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.dimensions.js"></script> <script type="text/javascript" src="/resources/tgext.menu.util/static/js/jquery.positionBy.js"></script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, this is just to record the problem I voiced on IRC earlier where the dependencies for the javascript were causing problems.
My workaround is to switch to toscawidgets 1.
TW1 gives:
And TW2 gives
The text was updated successfully, but these errors were encountered: