skvs 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Skvs
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -127,7 +127,7 @@
127
127
  delete
128
128
  </button>
129
129
  </th>
130
- <th><a href="<%= url("/#{k}") %>"><%=h k %></a></th>
130
+ <th><a href="<%= url("/#{k}") %>"><span class="key"><%=h k %></span></a></th>
131
131
  <% if v.length < 100 %>
132
132
  <td><%=hbr v %></td>
133
133
  <% else %>
@@ -146,7 +146,7 @@
146
146
  $("input[name=key]").focus();
147
147
  $("#data").on("click", "tbody td", function(){
148
148
  var $t = $(this),
149
- key = $t.parent("tr").find("th").text();
149
+ key = $t.parent("tr").find(".key").text();
150
150
 
151
151
  if($t.hasClass("truncated")){
152
152
  $.get(<%= url("/").inspect %>+key, function(value){
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skvs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Lea