scrivito_ui 1.8.0.rc1 → 1.8.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/assets/javascripts/scrivito_ui.js +2 -2
- data/lib/assets/stylesheets/scrivito_ui.css +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d12b7f1918eca6dcd7d44b0eaf2a2e1f881ad08b
|
|
4
|
+
data.tar.gz: 7c26088823ca6536a0957066495d6d72904de760
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd62665acfc7fc2480ac9c1337b40bf7b7500ce21bf468d851e8fbeac745d3f67a6a39e8117af7ef9f38a4dde5e4155c9b6248f9d01fd06ea231d999727e7bf2
|
|
7
|
+
data.tar.gz: f16fc2fbf2c8adddf4df595bf188ee817d487bb19d9229cfceff3b70446b2a6ff708c9f1559020ef4b4e971ca09c27b1025a933eeed7f62ff0afdfa78bb322fd
|
|
@@ -74787,7 +74787,7 @@ window.scrivito = {}; // jshint ignore:line
|
|
|
74787
74787
|
waitUntilWriteEnds().then(function () {
|
|
74788
74788
|
scrivito.change_location(location, targetWindow);
|
|
74789
74789
|
});
|
|
74790
|
-
return scrivito.
|
|
74790
|
+
return scrivito.neverResolve();
|
|
74791
74791
|
},
|
|
74792
74792
|
|
|
74793
74793
|
// For test purpose only.
|
|
@@ -74965,7 +74965,7 @@ window.scrivito = {}; // jshint ignore:line
|
|
|
74965
74965
|
}
|
|
74966
74966
|
},
|
|
74967
74967
|
|
|
74968
|
-
|
|
74968
|
+
neverResolve: function neverResolve() {
|
|
74969
74969
|
return new scrivito.Promise(function () {});
|
|
74970
74970
|
},
|
|
74971
74971
|
|