Added title - Fixed save on mobile
This commit is contained in:
parent
c03fb08f92
commit
0c678121e3
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title>Sketchy</title>
|
||||||
<meta charset='UTF-8'>
|
<meta charset='UTF-8'>
|
||||||
<link rel='stylesheet/less' href='css/main.less'>
|
<link rel='stylesheet/less' href='css/main.less'>
|
||||||
<link rel='stylesheet' href='css/switches.css'>
|
<link rel='stylesheet' href='css/switches.css'>
|
||||||
|
@ -20,7 +20,7 @@ $('a[href^="http"]').on('tap', function(e) {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
function save() {
|
window.save = function() {
|
||||||
switch(save.background) {
|
switch(save.background) {
|
||||||
case 'white': {
|
case 'white': {
|
||||||
var cache = {
|
var cache = {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title>Sketchy</title>
|
||||||
<meta charset='UTF-8'>
|
<meta charset='UTF-8'>
|
||||||
<link rel='stylesheet/less' href='css/main.less'>
|
<link rel='stylesheet/less' href='css/main.less'>
|
||||||
<link rel='stylesheet' href='css/switches.css'>
|
<link rel='stylesheet' href='css/switches.css'>
|
||||||
|
Loading…
Reference in New Issue
Block a user