diff --git a/Mobile/index.html b/Mobile/index.html index 12b06b7..e6cfc33 100644 --- a/Mobile/index.html +++ b/Mobile/index.html @@ -2,7 +2,7 @@ - + Sketchy diff --git a/Mobile/js/mobile.js b/Mobile/js/mobile.js index 4359e38..a9bf9e3 100644 --- a/Mobile/js/mobile.js +++ b/Mobile/js/mobile.js @@ -20,7 +20,7 @@ $('a[href^="http"]').on('tap', function(e) { }) }) -function save() { +window.save = function() { switch(save.background) { case 'white': { var cache = { diff --git a/Web/index.html b/Web/index.html index 2e914c2..dd34931 100644 --- a/Web/index.html +++ b/Web/index.html @@ -2,7 +2,7 @@ - + Sketchy