From 1c1e4da1211883a0db975ce0aa7a0430712497dd Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 25 Aug 2015 11:18:57 +0300 Subject: [PATCH] dev --- js/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/hello.js b/js/hello.js index 75c2cd7..c658aa2 100644 --- a/js/hello.js +++ b/js/hello.js @@ -1 +1 @@ -function hi() { console.log("hi"); } \ No newline at end of file +function hi() { $("body").className = "This is for development testing purposes only" }; \ No newline at end of file