Merge bf9a5911e7665a147c57da0a6f96b0e20d101042 into ee0375473564956609f207f71b1343c83152a6b8
This commit is contained in:
commit
6c6b023896
@ -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">
|
||||
|
||||
@ -4,8 +4,8 @@ Default settings. Initialize storage to these values.
|
||||
var storage = {
|
||||
url: '',
|
||||
pageAction: false,
|
||||
popupWidth: 900,
|
||||
popupHeight: 600,
|
||||
popupWidth: 576,
|
||||
popupHeight: 768,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user