[js-embedded-discovery COMMIT] in /trunk: Makefile src/javascript/idpselect_config.js src/resources/Blank.gif src/res...
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 1 03:56:04 EDT 2015
Author: rdw
Date: Fri May 1 03:56:03 2015
New Revision: 149
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=149&view=rev
Log:
EDS-63 Blank.gif -> blank.gif
Added:
trunk/src/resources/blank.gif
- copied unchanged from r148, trunk/src/resources/Blank.gif
Modified:
trunk/Makefile
trunk/src/javascript/idpselect_config.js
trunk/src/resources/Blank.gif
Modified: trunk/Makefile
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/Makefile?rev=149&r1=148&r2=149&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri May 1 03:56:03 2015
@@ -21,7 +21,7 @@
mkdir ${TARGET}
mkdir ${TARGET}/nonminimised
cat src/javascript/idpselect_languages.js src/javascript/typeahead.js src/javascript/idpselect.js | ${JAVA} -jar build/yuicompressor-2.4.8.jar -o ${TARGET}/idpselect.js --type js
- cp Makefile shibboleth-embedded-ds.spec LICENSE.txt doc/*.txt src/resources/index.html src/resources/idpselect.css src/resources/Blank.gif src/javascript/idpselect_config.js src/apache/*.conf ${TARGET}
+ cp Makefile shibboleth-embedded-ds.spec LICENSE.txt doc/*.txt src/resources/index.html src/resources/idpselect.css src/resources/blank.gif src/javascript/idpselect_config.js src/apache/*.conf ${TARGET}
cp src/javascript/*.js ${TARGET}/nonminimised
dist: kit
Modified: trunk/src/javascript/idpselect_config.js
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/src/javascript/idpselect_config.js?rev=149&r1=148&r2=149&view=diff
==============================================================================
--- trunk/src/javascript/idpselect_config.js (original)
+++ trunk/src/javascript/idpselect_config.js Fri May 1 03:56:03 2015
@@ -7,7 +7,7 @@
this.alwaysShow = true; // If true, this will show results as soon as you start typing
this.dataSource = '/Shibboleth.sso/DiscoFeed'; // Where to get the data from
this.defaultLanguage = 'en'; // Language to use if the browser local doesnt have a bundle
- this.defaultLogo = 'Blank.gif'; // Replace with your own logo
+ this.defaultLogo = 'blank.gif'; // Replace with your own logo
this.defaultLogoWidth = 1;
this.defaultLogoHeight = 1 ;
this.defaultReturn = null; // If non null, then the default place to send users who are not
More information about the commits
mailing list