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