kwqmk

!DOCTYPE html>

window.isOnprem = false;

[ng\:cloak],
[ng-cloak],
.ng-cloak {
display: none;
}

{
“@context”: “https://schema.org”,
“@type”: “Organization”,
“name”: “Appetize.io”,
“logo”: “https://appetize.io/images/logo1_colored_tight.png”,
“url”: “https://appetize.io/”,
“sameAs”: [“https://twitter.com/appetizeio”, “https://www.linkedin.com/company/appetize-io/”%5D
}


http://bower_components/es5-shim/es5-shim.js
http://bower_components/json3/lib/json3.min.js

http://lib.f1b5d9af.js
http://bower_components/jscolor/jscolor.js

https://checkout.stripe.com/checkout.js

http://application.f648cf14.js

$(document).ready(function() {
function is_touch_device() {
return ‘ontouchstart’ in window // works on most browsers
|| ‘onmsgesturechange’ in window; // works on ie10
};
if (is_touch_device()) {
$(‘body’).addClass(‘touch’);
} else {
$(‘body’).addClass(‘notouch’);
}

});

$(window).scroll(function() {
var scrollTop = $(window).scrollTop();
if ($(“.navbar”).hasClass(“navbar-fixed”)) {
scrollTop += $(“.navbar”).outerHeight() -1;
}
$(“.navbar”).toggleClass(“navbar-fixed”, scrollTop > $(“.navbar”).outerHeight());
});

var _gaq = _gaq || [];
_gaq.push([“_setAccount”, “UA-36826808-5”]);
(function() {
var ga = document.createElement(“script”);
ga.type = “text/javascript”;
ga.async = true;
ga.src = (“https:” == document.location.protocol ? “https://ssl” : “http://www”) + “.google-analytics.com/ga.js”;
var s = document.getElementsByTagName(“script”)[0];
s.parentNode.insertBefore(ga, s);
})();
// _gaq.push([“_trackPageview”]);


window.prerenderReady = false;

function setReady() {
window.prerenderReady = true;
}
setTimeout(setReady, 5000);

window.console = window.console || {};
window.console.log = window.console.log || function() {};