Remove user-select, use href to prevent select-all behavior on fast settings clicks, bump version

This commit is contained in:
Buu Nguyen 2014-12-11 17:00:36 -08:00
parent cc3b476f51
commit 583be74e1b
7 changed files with 3 additions and 3 deletions

BIN
dist/chrome.crx vendored

Binary file not shown.

BIN
dist/chrome.zip vendored

Binary file not shown.

BIN
dist/firefox.xpi vendored

Binary file not shown.

BIN
dist/opera.nex vendored

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "Octotree", "name": "Octotree",
"version": "1.5.1", "version": "1.5.2",
"manifest_version": 2, "manifest_version": 2,
"author": "Buu Nguyen", "author": "Buu Nguyen",
"description": "Display GitHub code in tree format", "description": "Display GitHub code in tree format",

View File

@ -11,7 +11,7 @@
"icon": "data/icons/icon48.png", "icon": "data/icons/icon48.png",
"icon64": "data/icons/icon64.png", "icon64": "data/icons/icon64.png",
"license": "MIT", "license": "MIT",
"version": "1.5.1", "version": "1.5.2",
"permissions": { "permissions": {
"cross-domain-content": ["https://api.github.com", "https://github.com"] "cross-domain-content": ["https://api.github.com", "https://github.com"]
} }

View File

@ -1,7 +1,7 @@
<div> <div>
<nav class="octotree_sidebar"> <nav class="octotree_sidebar">
<a class="octotree_toggle button"><div class="loader"></div><span></span></a> <a class="octotree_toggle button"><div class="loader"></div><span></span></a>
<a class="octotree_opts"><span></span></a> <a class="octotree_opts" href="javascript:void(0)"><span></span></a>
<div class="octotree_views"> <div class="octotree_views">
<div class="octotree_view octotree_treeview current"> <div class="octotree_view octotree_treeview current">
<div class="octotree_view_header"></div> <div class="octotree_view_header"></div>