Browse Source

Display "go back" butten under webkit browsers

Ralfp 12 years ago
parent
commit
e2e3158d38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/cranefly/js/cranefly.js

+ 1 - 0
static/cranefly/js/cranefly.js

@@ -67,6 +67,7 @@ $(function () {
 	// Go back one page
 	$('.go-back').on('click', function (e) {
 	    history.go(-1)
+	    return false;
 	})
 })