Share

Google Maps for Echo2

Tracker: Bugs

5 problem with mutliple script include - ID: 2007737
Last Update: Tracker Item Submitted ( nobody )

file
http://googlemaps-echo.cvs.sourceforge.net/googlemaps-echo/echo2/java/nexta
pp/echo2/webrender/ScriptRegistry.java?view=markup

i think method addForeignJavascript should looks like:
public static void addForeignJavascript(String in)
{
if (!getInstance().foreignJavascripts.contains(in))
{
getInstance().foreignJavascripts.add(in);
}
}

it prevent render on echo "start" page multiple <script src=... statement
if browser page was refreshed (eg. by F5 key)

ps. sorry for my english.



Nobody/Anonymous ( nobody ) - 2008-07-01 13:45

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.