Skip to content

Instantly share code, notes, and snippets.

@mrshu
mrshu / dabblet.html
Created December 19, 2012 14:20 — forked from anonymous/dabblet.html
Untitled
<html>
<meta charset='utf-8'>
<head>
<title>GCM WebDeveloper website</title>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Keania+One' rel='stylesheet' type='text/css'>
</head>
<body>
<style>
body {
@mrshu
mrshu / goals.js
Created February 27, 2012 17:22 — forked from Adman/goals
missing }
var goal1 = 0;
var goal2 = 0;
window.scaling1 = 0;
window.scaling2 = 0;
function toggleOnGoal() {
btnStart = document.getElementById("btnStart");
if (btnStart.innerHTML == "Pause") {
$("#time").stopwatch().stopwatch('stop');