diff --git a/app/js/ui/img.js b/app/js/ui/img.js index 1d919cb4..0ff1739e 100644 --- a/app/js/ui/img.js +++ b/app/js/ui/img.js @@ -53,7 +53,7 @@ function imgCont(type) { $('#imagemodal').attr('data-image', murl) //表示はリモートを使うか(どちらにしろコピーはオリジナル) var remote_img = localStorage.getItem('remote_img') - if (remote_img == 'yes') { + if (remote_img == 'yes' && ourl != 'null') { murl = ourl } if (murl) { diff --git a/app/view/make/index.sample.html b/app/view/make/index.sample.html index 0f516f10..b8561b19 100644 --- a/app/view/make/index.sample.html +++ b/app/view/make/index.sample.html @@ -1132,11 +1132,11 @@