From 4bff2c227fbaceccaf0dd3337207c82740a11f08 Mon Sep 17 00:00:00 2001 From: Aramis Negron Date: Tue, 7 Oct 2014 21:33:46 -0400 Subject: [PATCH] At the pool --- js/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 9fdb1d4..30ee300 100644 --- a/js/app.js +++ b/js/app.js @@ -25,9 +25,10 @@ function ($, underscore , purchase, cart) { cart.getItems("1","2"); - $( "p" ).html( "Samples requirejs" ); + $('p').html("Relaxing at the pool"); + /* $( "p" ).html( "Samples requirejs" ); $("p").html("Where is our Security Princess?"); - $("p").append("Our salary range sucks!!!!"); + $("p").append("Our salary range sucks!!!!");*/ });