X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1a5f14d338b1e809947232e0dc0a59040f265395..d5a765588f5818bf46575392fa7ccbd4af0de574:/app/views/site/_potlatch2.html.erb diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 9edf6b5f7..2f8e10a5b 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -32,6 +32,8 @@ flashvars.font_library = "<%= asset_path "potlatch2/FontLibrary.swf" %>"; flashvars.locale = "<%= Potlatch2::LOCALES[locale] %>"; flashvars.locale_paths = "<%= Potlatch2::LOCALES[locale] %>=<%= asset_path("potlatch2/locales/#{Potlatch2::LOCALES[locale]}.swf") %>"; + flashvars.intro_image = "<%= asset_path "help/introduction.jpg" %>"; + flashvars.intro_video = "<%= asset_path "help/introduction.mp4" %>"; <% if params['gpx'] %> flashvars.gpx = '<%= h(params['gpx']) %>'; <% end %> @@ -64,7 +66,7 @@ // 700,600 for fixed size, 100%,100% for resizable if (lat && lon) { - updatelinks({ lon: lon, lat: lat }, zoom); + updateLinks({ lon: lon, lat: lat }, zoom); } } @@ -85,8 +87,8 @@ }); }); - var mapMoved = $.throttle(250, function(lon, lat, zoom, minlon, minlat, maxlon, maxlat) { - updatelinks({ lon: lon, lat: lat }, zoom, null, [[minlat, minlon], [maxlat, maxlon]]); + var mapMoved = $.throttle(250, function(lon, lat, zoom) { + updateLinks({ lon: lon, lat: lat }, zoom); var hash = OSM.formatHash({ lon: lon, lat: lat, zoom: zoom }); if (hash !== location.hash) {