Closed (cannot reproduce)
Project:
Web Widgets
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2010 at 16:49 UTC
Updated:
10 Nov 2012 at 09:06 UTC
The code embed is like :
<script src="/mywidget_inline"></script>
But the link /mywidget_inline return the code like that :
<span id="thmr_11" class="thmr_call">
window.onload = function() {
document.getElementById(widgetContext['widgetid']).innerHTML = ....;
};
</span>
<script type="text/javascript">jQuery.extend(Drupal.settings, {..... });</script>
So nothing displays.... :-(
how to delete theses tags (span and script) ?
Thks a lot.
Comments
Comment #1
ecpl commentedComment #2
ecpl commentedComment #3
clemens.tolboomThis issue is old, not active and it looks like devel_themer was in the way. So closing.