Changeset 253

Show
Ignore:
Timestamp:
07/18/03 22:57:50 (5 years ago)
Author:
saxmatt
Message:

We don't need decade old JS hacks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/b2-include/b2template.functions.php

    r249 r253  
    930930    $b2commentspopupfile = $file; 
    931931    $b2commentsjavascript = 1; 
    932     $javascript = "<script language='javascript' type='text/javascript'>\n<!--\nfunction b2open (macagna) {\n    window.open(macagna, '_blank', 'width=$width,height=$height,scrollbars=yes,status=yes');\n}\n//-->\n</script>\n"; 
     932    $javascript = "<script language='javascript' type='text/javascript'>\nfunction b2open (macagna) {\n    window.open(macagna, '_blank', 'width=$width,height=$height,scrollbars=yes,status=yes');\n}\n</script>\n"; 
    933933    echo $javascript; 
    934934}