@pimaonline/pimaonline-themepack 3.10.11 → 3.10.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/js/scripts2.js +2 -2
- package/package.json +1 -1
package/dist/js/scripts2.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
const columnWidget = document.querySelector("#column-widget");
|
2
|
-
const contentLockInstructions = document.querySelectorAll(".
|
3
|
-
const contentUnlockBtns = document.querySelectorAll(".
|
2
|
+
const contentLockInstructions = document.querySelectorAll(".instructions");
|
3
|
+
const contentUnlockBtns = document.querySelectorAll(".unlock-btn");
|
4
4
|
const contentWrapper = document.querySelector("#content-wrapper");
|
5
5
|
const courseBody = document.querySelector("body");
|
6
6
|
const docHead = document.querySelector("head");
|
package/package.json
CHANGED