Merge bf9a5911e7665a147c57da0a6f96b0e20d101042 into ee0375473564956609f207f71b1343c83152a6b8

This commit is contained in:
JOduMonT 2018-05-27 08:45:25 +00:00 committed by GitHub
commit 6c6b023896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<div class="row">
<label>
<span>Popup dimensions (px)</span>
<input id="popupWidth" type="text" name="popupWidth"><input id="popupHeight" type="text" name="popupWidth"> (default : 900 x 600)
<input id="popupWidth" type="text" name="popupWidth"><input id="popupHeight" type="text" name="popupWidth"> (default : 576 x 768)
</label>
</div>
<div class="row">

View File

@ -4,8 +4,8 @@ Default settings. Initialize storage to these values.
var storage = {
url: '',
pageAction: false,
popupWidth: 900,
popupHeight: 600,
popupWidth: 576,
popupHeight: 768,
}
/**