We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8846996 commit e0ae6afCopy full SHA for e0ae6af
WEEK8/RESUME/js2016/index.js
@@ -298,7 +298,6 @@ var swiperRender = function () {
298
function change(ex) {
299
var index = ex.activeIndex,
300
slideAry = ex.slides;
301
-
302
if (index === 0) {
303
$makisu.makisu({
304
selector: 'dd',
@@ -337,4 +336,4 @@ var swiperRender = function () {
337
336
};
338
}();
339
340
-loadingRender.init(1);
+cubeRender.init(1);
WEEK8/RESUME/js2016/makisu.min.js
@@ -14,6 +14,7 @@
14
v,
15
y,
16
h,
17
+ time,
18
k = !!r,
19
X = "-" + r + "-",
20
x = { toggle: function toggle() {
0 commit comments