[TYPO3-v4] Kickstarter and BE Module annoyance

François Suter fsu-lists at cobweb.ch
Wed Jan 26 11:20:42 CET 2011


Hi,

> this snippet is inserted in kickstarter generated BE modules:
>
> $this->doc->postCode='
> <script language="javascript" type="text/javascript">
>          script_ended = 1;
>          if (top.fsMod) top.fsMod.recentIds["web"] = 0;
> </script>
> ';

BTW what is this code supposed to do? What's it's use?

I guess it is complementary to that one:

<script language="javascript" type="text/javascript">
	script_ended = 0;
	function jumpToUrl(URL)	{
		document.location = URL;
	}
</script>

also generated by the Kickstarter. What's the purpose of that other snippet?

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-project-v4 mailing list