Build web page.
This commit is contained in:
parent
7541ac6131
commit
12fb53dd0a
@ -63,7 +63,7 @@ function imagePreview() {
|
|||||||
var span = document.createElement('span');
|
var span = document.createElement('span');
|
||||||
span.className = 'hover';
|
span.className = 'hover';
|
||||||
span.appendChild(img);
|
span.appendChild(img);
|
||||||
this.appendChild(span);
|
this.parentNode.insertBefore(span, this.nextSibling);
|
||||||
}
|
}
|
||||||
function storeInstall(e) {
|
function storeInstall(e) {
|
||||||
if (!e.shiftKey && !e.altKey && !e.ctrlKey && !e.metaKey && e.button === 0) {
|
if (!e.shiftKey && !e.altKey && !e.ctrlKey && !e.metaKey && e.button === 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user