From 84856612f81dc7d3cb64135aa3dfeeedc594b810 Mon Sep 17 00:00:00 2001 From: Hexpee <52126266+Hexpee@users.noreply.github.com> Date: Sat, 19 Oct 2019 17:03:37 -0700 Subject: [PATCH] update to script js --- js/scripts.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index e6868e3..53028d3 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -23,6 +23,9 @@ var quotes = [ ['Memories of our lives, of our work and our deeds will continue in others.', 'Rosa Parks'], ['No matter what people tell you, words and ideas can change the world.', 'Robin Williams'], ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'] + ['Smiling is definitely one of the best beauty remedies. If you have a good sense of humor and a good approach to life, that s beautiful.', 'Rashida Jones'], + +Rashida Jones ]; // ** - indicates code hasn't been written yet @@ -130,4 +133,4 @@ $(document).ready(function() { $(this).hide().delay(2000).fadeIn(2000); }); }); -}); \ No newline at end of file +});