diff --git a/core/src/plugins/access.ajxp_home/manifest.xml b/core/src/plugins/access.ajxp_home/manifest.xml index 43ffa79eae..004a50ae2e 100644 --- a/core/src/plugins/access.ajxp_home/manifest.xml +++ b/core/src/plugins/access.ajxp_home/manifest.xml @@ -11,13 +11,13 @@ - - - - @@ -153,6 +153,10 @@ main.next('iframe').src = main.readAttribute('data-videoSrc'); }catch(e){} }); + var configs = ajaxplorer.getPluginConfigs('access.ajxp_home'); + $A(['URL_APP_IOSAPPSTORE', 'URL_APP_ANDROID', 'URL_APP_SYNC_WIN', 'URL_APP_SYNC_MAC']).each(function(p){ + $('videos_pane').select('a[href="'+p+'"]').invoke('writeAttribute', 'href', configs.get(p)); + }); $('videos_pane')._OBSERVER_SET = true; } ]]>