summaryrefslogtreecommitdiff
path: root/it_html.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_html.class')
-rw-r--r--it_html.class4
1 files changed, 0 insertions, 4 deletions
diff --git a/it_html.class b/it_html.class
index bca1689..390e8ae 100644
--- a/it_html.class
+++ b/it_html.class
@@ -86,7 +86,6 @@ function __construct($p = array())
'staticallycallable' => 'Q,U,select', # Those methods are statically callable (have same arguments as global stubs) but are a bit slower
'tags' => "a,b,br,button,div,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,img,input,label,legend,li,meta,noscript,p,pre,span,style,table,tbody,td,textarea,tfoot,th,thead,tr,ul,ol,article,section",
'title' => '', # HTML title (default: no title added)
- 'use_it_state' => false, # If true, generate code needed by state.js (aka 'history iframe')
'srclines' => $GLOBALS['debug_srclines'], # append stackdump to each tag
'error_on_redefine' => false, # Generate it::error when trying to redefine function for a tag
);
@@ -252,9 +251,6 @@ function head($args = array())
*/
function body($args)
{
- if ($this->p['use_it_state'])
- array_unshift($args, tag('iframe', array('id' => "it_state", 'src' => "/itjs/state.html", 'width' => 1, 'height' => 1, 'frameborder' => 0)));
-
if (EDC('what'))
{
$debugvars = array_merge($GLOBALS['ULTRADEBUGVARS'], array('srclines' => 1, 'texts' => 1));