Commit eb2cc358 authored by Joshua Gould's avatar Joshua Gould

specify https protocol to enable running locally without server

parent dc0545ce
This diff is collapsed.
This diff is collapsed.
morpheus.HeatMapKeyListener = function(controller) {
var keydown = function(e) {
// if ((e.isImmediatePropagationStopped && e
// .isImmediatePropagationStopped())
// || (e.isDefaultPrevented && e.isDefaultPrevented())) {
// return;
// }
var tagName = e.target.tagName;
if (tagName == 'INPUT' || tagName == 'SELECT' || tagName == 'TEXTAREA') {
return;
......@@ -189,4 +182,4 @@ morpheus.HeatMapKeyListener = function(controller) {
e.preventDefault();
e.stopPropagation();
});
};
\ No newline at end of file
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment