Ignore:
Timestamp:
07/03/09 21:21:46 (16 years ago)
Author:
lgiessmann
Message:

json-server: fixed a problem with requesting the latest fragment of a given topic-psi -> now there will be searched or created REALLY the LATEST fragment

Location:
trunk/src/ajax/javascripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/ajax/javascripts/edit.js

    r80 r84  
    5454                }
    5555                else {
    56                     if(!psi || psi.strip().lenght === 0) psi = null;
     56                    if(!psi || psi.strip().length === 0) psi = null;
    5757                    edit = new EditC(json.flatten().sort(), innerMakeFragment, psi);
    5858                    liTopicSelect.insert({"bottom" : edit.getFrame()});
  • TabularUnified trunk/src/ajax/javascripts/requests.js

    r82 r84  
    162162                    },
    163163                    "onFailure" : function(xhr){
    164                         alert("From getTopicStubs(): Could not equest topicStub information for \"" + xhr.request.url + "\"!!!");
     164                        alert("From getTopicStubs(): Could not request topicStub information for \"" + xhr.request.url + "\"!!!");
    165165                        onFailureHandler();
    166166                    }});
Note: See TracChangeset for help on using the changeset viewer.