summaryrefslogtreecommitdiff
path: root/rectangles-stone.html
diff options
context:
space:
mode:
Diffstat (limited to 'rectangles-stone.html')
-rw-r--r--rectangles-stone.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/rectangles-stone.html b/rectangles-stone.html
index f5d9404..05983ae 100644
--- a/rectangles-stone.html
+++ b/rectangles-stone.html
@@ -79,4 +79,13 @@ body > div {
<script src="assets/javascripts/mx/primitives/mx.scaleBox.js"></script>
<script src="assets/javascripts/app.js"></script>
+<script>
+$(function(){
+ app.on("clip", function(){
+ $(".face").css({
+ "background-image": "url(http://i.asdf.us/im/4a/_1398144847_frankhats.gif)"
+ })
+ })
+})
+</script>
</html>