Skip to content

Commit

Permalink
#62 이미지 편집 툴에서 사라진 함수 호출 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
woongbin committed Jun 5, 2019
1 parent c8a556e commit 42eb961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function popup() {
asset('assets/vendor/bootstrap/css/bootstrap.min.css'),
asset('assets/vendor/jqueryui/jquery-ui.min.css'),
Plugin::asset('components/EditorTools/ImageResizeTool/assets/vendor/cropper/cropper.min.css'),
])->appendTo('head')->load();
])->load();

XeFrontend::js([
asset('assets/vendor/jqueryui/jquery-ui.min.js'),
Expand Down

0 comments on commit 42eb961

Please sign in to comment.