Changeset 13157
- Timestamp:
- 11/06/09 05:56:24 (2 years ago)
- File:
-
- 1 edited
-
trunk/inc/js/classes/BxDolCmts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/js/classes/BxDolCmts.js
r13088 r13157 152 152 oData, 153 153 function (s) { 154 $this._loading (eUl, false); 155 console.log($('#cmts-box-' + $this._sSystem + '-' + $this._iObjId + ' li#cmt' + iCmtId)); 154 $this._loading (eUl, false); 156 155 $('#cmts-box-' + $this._sSystem + '-' + $this._iObjId + ' li#cmt' + iCmtId).bxdolcmtanim('hide', $this._sAnimationEffect, $this._iAnimationSpeed, function() { 157 156 $(this).replaceWith(s);
Note: See TracChangeset
for help on using the changeset viewer.