commit | 71e57ec46470a93b05aaeadfc0544d932b50b3eb | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Mon Nov 17 14:47:38 2014 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Mon Nov 17 14:47:38 2014 -0800 |
tree | d90241bec5dea38a60dc5956837ae3d0ae7006f9 | |
parent | c9f21ad002f5776111eafc89efab61fd3a5ac19c [diff] |
veyron-browser: Stop Chrome from Refreshing on certain href When using the pound key for href, one usually does not expect the page to refresh. It seems likely that Chrome now always refreshes. Since the original intent was to simply show a link-cursor when hovering over clickable items, we now use javascript:; instead. Note that this means we must allow scripturl in jshint. Change-Id: Ic10fc0cca69453a6e31df0fc4fdbcc3a525402da
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start