Changeset 1067
- Timestamp:
- 04/26/10 17:33:33 (22 months ago)
- Files:
-
- 1 modified
-
plugins/apostropheBlogPlugin/trunk/web/js/aBlog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/web/js/aBlog.js
r1062 r1067 63 63 // We need to provide a scope or context to the ajax event 64 64 65 // if ( the Template has changed) {66 //updateTemplate(data.template, data.feedback);67 //};65 if ( typeof(data.modified.template) != "undefined" ) { 66 updateTemplate(data.template, data.feedback); 67 }; 68 68 69 69 // if ( the Comments has changed ) {

