hexo-theme-shokax 0.4.8 → 0.4.9
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -7,6 +7,8 @@ export const postFancybox = (p:string) => {
|
|
7
7
|
if (document.querySelector(p + ' .md img')) {
|
8
8
|
vendorCss('fancybox')
|
9
9
|
vendorCss('justifiedGallery')
|
10
|
+
vendorJs('jquery')
|
11
|
+
vendorJs('justifiedGallery')
|
10
12
|
vendorJs('fancybox', () => {
|
11
13
|
const q = jQuery.noConflict()
|
12
14
|
|