[js-embedded-discovery COMMIT] in /trunk: Makefile src/javascript/idpselect_config.js
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 30 11:06:58 EDT 2015
Author: rdw
Date: Thu Apr 30 11:06:58 2015
New Revision: 148
URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=148&view=rev
Log:
IDP-63 s/blank.gif/Blank.gif/ in the defaults file. Add the gif to the makefile kitting
Modified:
trunk/Makefile
trunk/src/javascript/idpselect_config.js
Modified: trunk/Makefile
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/Makefile?rev=148&r1=147&r2=148&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Apr 30 11:06:58 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/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=148&r1=147&r2=148&view=diff
==============================================================================
--- trunk/src/javascript/idpselect_config.js (original)
+++ trunk/src/javascript/idpselect_config.js Thu Apr 30 11:06:58 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