Skip to content

Commit

Permalink
Merge pull request #563 from happystraw/master
Browse files Browse the repository at this point in the history
修复在linux下文件夹名称区分大小写
  • Loading branch information
litten committed Sep 4, 2017
2 parents f72c6c2 + 21281bf commit 0983010
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source-src/js/viewer.js
@@ -1,8 +1,8 @@

import PhotoSwipe from 'photoswipe'
import PhotoSwipeUI_Default from 'photoSwipe/dist/photoswipe-ui-default'
import 'photoSwipe/dist/default-skin/default-skin.css'
import 'photoSwipe/dist/photoswipe.css'
import PhotoSwipeUI_Default from 'photoswipe/dist/photoswipe-ui-default'
import 'photoswipe/dist/default-skin/default-skin.css'
import 'photoswipe/dist/photoswipe.css'

window.PhotoSwipe = PhotoSwipe
window.PhotoSwipeUI_Default = PhotoSwipeUI_Default
Expand Down Expand Up @@ -38,4 +38,4 @@ function init() {

module.exports = {
init: init
}
}

0 comments on commit 0983010

Please sign in to comment.