/[sql-web-session]/sql-editor.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sql-editor.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by dpavlin, Sat Apr 18 14:05:13 2009 UTC revision 22 by dpavlin, Sat Apr 18 14:18:48 2009 UTC
# Line 63  $(document).ready( function() { Line 63  $(document).ready( function() {
63                          console.error('unknown click on ', tag, e);                          console.error('unknown click on ', tag, e);
64                  }                  }
65                    
66                  $('form#sql').addClass('visible');                  $('form#sql').addClass('visible').addClass('fixed');
67          };          };
68    
69          $('table#results').bind('mouseup', click_on_cell);          $('table#results').bind('mouseup', click_on_cell);
70    
71          $('#status').bind('click', function() {          $('#status').bind('click', function() {
72                  $('form#sql').toggleClass('visible');                  $('form#sql').toggleClass('visible').addClass('fixed');
73          });          });
74    
75          $('input[name=lookup_col]').bind('click', function(e) {          $('input[name=lookup_col]').bind('click', function(e) {

Legend:
Removed from v.20  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26