Changeset 84 for trunk/src/ajax/javascripts
- Timestamp:
- 07/03/09 21:21:46 (16 years ago)
- Location:
- trunk/src/ajax/javascripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/ajax/javascripts/edit.js ¶
r80 r84 54 54 } 55 55 else { 56 if(!psi || psi.strip().leng ht=== 0) psi = null;56 if(!psi || psi.strip().length === 0) psi = null; 57 57 edit = new EditC(json.flatten().sort(), innerMakeFragment, psi); 58 58 liTopicSelect.insert({"bottom" : edit.getFrame()}); -
TabularUnified trunk/src/ajax/javascripts/requests.js ¶
r82 r84 162 162 }, 163 163 "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 + "\"!!!"); 165 165 onFailureHandler(); 166 166 }});
Note: See TracChangeset
for help on using the changeset viewer.