Plugin Directory

Changeset 927756


Ignore:
Timestamp:
06/06/2014 01:44:44 PM (12 years ago)
Author:
john ackers
Message:

Fix typo error so cell functions/snippets can be updated again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dbview/trunk/dbview.js

    r927704 r927756  
    125125        if (tr.hasClass('cellFunction'))
    126126        {
    127           dbview.requestCellUpdate(input, td, 'updateColumnName', input.parent().attr('id'), input.val()); return ;
     127          dbview.requestCellUpdate(input, td, 'updateCellFunction', input.parent().attr('id'), input.val()); return ;
    128128        } 
    129129        alert("No handler for cell of class : " +  tr.attr('class'));
     
    265265{
    266266  var alink = target.find('a');
    267   alink.click(function () 
     267  alink.click(function ()
    268268  {
    269269    var query = null ;
Note: See TracChangeset for help on using the changeset viewer.