@@ -2,11 +2,6 @@
<head>
<script type="text/ecmascript" src="/lib/jquery-2.2.1.js"></script>
<script type="text/ecmascript" src="/index.js"></script>
- <script type="text/ecmascript">
- function sayGoodbye() {
- $('#title').html('Goodbye');
- }
- </script>
</head>
<body>
@@ -1,3 +1,3 @@
-function alertMe() {
- alert('hello');
+function sayGoodbye() {
+ $('#title').html('Goodbye');
}