Added title - Fixed save on mobile

This commit is contained in:
Mahdi Dibaiee 2014-02-07 16:20:47 +03:30
parent c03fb08f92
commit 0c678121e3
3 changed files with 3 additions and 3 deletions

View File

@ -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'>

View File

@ -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 = {

View File

@ -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'>