This commit is contained in:
Mahdi Dibaiee
2014-11-06 13:28:24 +03:30
parent 709ce388cc
commit 56d7bc93ff
93 changed files with 914 additions and 260 deletions

View File

@ -4,6 +4,7 @@
<head>
<title>Sketchy</title>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width user-scalable=no initial-scale=1">
<link rel='stylesheet' href='css/main.css'>
</head>
@ -238,19 +239,6 @@
<button class='close'>x</button>
</div>
<div class='vote overlay hidden'>
<p>King of Firefox OS Apps</p>
<span>Hey! FirefoxOSGuide.com has started a competition, judging the best Firefox OS application by users' vote.</span><br /><span>Would you consider taking a few minutes to vote for us, please?</span><br /><br />
<span>We're working to add new features to Sketchy like sharing and maybe some 'hosted' addons.</span><br /><br />
<span>If you would like to see something in Sketchy's new version, please get in touch with us.</span>
<br /><br />
<a href='http://bit.ly/1irTueS'>What's your Favorite Firefox OS application?</a>
<br />
<a href='http://bit.ly/1hosWbM'>Original post on Firefox OS Guide</a>
<button class='button'>OK!</button>
<button class='close'>x</button>
</div>
<!-- PRELOADER -->
<div class='hidden'>
<img src='css/value_selector/images/ui/pattern.png'>

View File

@ -111,9 +111,4 @@ $(document).ready(function() {
}
}
if( !localStorage.getItem('sawVote') ) {
$('.vote').removeClass('hidden');
localStorage.setItem('sawVote', true);
}
})

View File

@ -1,7 +1,7 @@
{
"name": "Sketchy",
"description": "Free full-featured Sketch app",
"version": "1.2.1",
"version": "1.2.2",
"fullscreen": "true",
"type": "privileged",
"launch_path": "/index.html",
@ -37,6 +37,9 @@
"device-storage:pictures": {
"description": "Required to save sketches",
"access": "readwrite"
},
"video-capture": {
"description": "Test"
}
}
}