[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/views/local-storage: local-storage-read....
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 9 14:19:43 EDT 2015
Author: tzeller
Date: Tue Jun 9 14:19:43 2015
New Revision: 7552
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7552&view=rev
Log:
IDP-594 Add "use strict".
Modified:
trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-read.js
trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-write.js
Modified: trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-read.js
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-read.js?rev=7552&r1=7551&r2=7552&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-read.js (original)
+++ trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-read.js Tue Jun 9 14:19:43 2015
@@ -1,3 +1,4 @@
+"use strict";
function readLocalStorageAndSubmit(key, version) {
var localStorageSupported = isLocalStorageSupported();
document.form1["shib_idp_ls_supported"].value = localStorageSupported;
Modified: trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-write.js
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-write.js?rev=7552&r1=7551&r2=7552&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-write.js (original)
+++ trunk/idp-conf/src/main/resources/system/views/local-storage/local-storage-write.js Tue Jun 9 14:19:43 2015
@@ -1,3 +1,4 @@
+"use strict";
function writeLocalStorageAndSubmit(key, value, version) {
var success;
try {
More information about the commits
mailing list