Miscellaneous » Jacontications
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

Add a fake "Done" (save) button to options page to give user something to click.
Actual parameters change is done on lost focus, so last field edit requires some

visual cue.

Changeset 1c10124122e7

Parent c20d348c14a2

by Profile picture of User 1020Administrator <dmitriy@fogcreek.com>

Changes to 3 files · Browse files at 1c10124122e7 Showing diff from parent c20d348c14a2 Diff from another changeset...

 
 
Change 1 of 1 Show Entire File src/​background.js Stacked
 
1
 
2
3
4
 
 
1
2
3
4
@@ -1,4 +1,4 @@
-// Jaconifications is Jaconga notification Google Chrome extension. (c) 2012 Fog Creek Software +// Jaconifications is Jaconda notification Google Chrome extension. (c) 2012 Fog Creek Software  //  var jbg = {   initialize: function () {
Change 1 of 1 Show Entire File src/​options.html Stacked
 
22
23
24
 
25
26
27
 
22
23
24
25
26
27
28
@@ -22,6 +22,7 @@
  <tr><td>Pattern</td><td><input type="text" id="pattern"/></td></tr>   <tr><td>Company</td><td><input type="text" id="company"/></td></tr>   <tr><td>User Token</td><td><input type="text" id="user"/></td></tr> + <tr><td></td><td><input type="submit" id="save" value="Done"/></td></tr>   </table>   <h2>Q&amp;A</h2>   Q: What this extension does?<br/>