summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandon flowers <brandonflowers@gmail.com>2013-10-19 06:53:12 -0700
committerbrandon flowers <brandonflowers@gmail.com>2013-10-19 06:53:12 -0700
commit58b9a916d01dbab16243cf81a8fff346f8c9c972 (patch)
tree1eb1387eab12a540d593191536c7b17c336f990d
parent041e41a5d0ff38a8e0faf5f19441990d85c62e62 (diff)
parent75d5d0c29225767a19f473a663c396334bf9bbe1 (diff)
downloadbackbonetutorials-58b9a916d01dbab16243cf81a8fff346f8c9c972.zip
backbonetutorials-58b9a916d01dbab16243cf81a8fff346f8c9c972.tar.gz
backbonetutorials-58b9a916d01dbab16243cf81a8fff346f8c9c972.tar.bz2
Merge pull request #86 from easygoing-jay/patch-1
Update index.html
-rw-r--r--videos/beginner/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/videos/beginner/index.html b/videos/beginner/index.html
index cb6c380..2f1d719 100644
--- a/videos/beginner/index.html
+++ b/videos/beginner/index.html
@@ -129,7 +129,8 @@
console.log('destroyed');
router.navigate('', {trigger:true});
}
- })
+ });
+ return false;
},
render: function (options) {
var that = this;