HomeHelpTrac

Changeset 13157


Ignore:
Timestamp:
11/06/09 05:56:24 (2 years ago)
Author:
Anton Lesnikov
Message:

Ticket #1426

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/js/classes/BxDolCmts.js

    r13088 r13157  
    152152        oData, 
    153153        function (s) { 
    154             $this._loading (eUl, false);                 
    155             console.log($('#cmts-box-' + $this._sSystem + '-' + $this._iObjId + ' li#cmt' + iCmtId)); 
     154            $this._loading (eUl, false); 
    156155            $('#cmts-box-' + $this._sSystem + '-' + $this._iObjId + ' li#cmt' + iCmtId).bxdolcmtanim('hide', $this._sAnimationEffect, $this._iAnimationSpeed, function() { 
    157156                $(this).replaceWith(s); 
Note: See TracChangeset for help on using the changeset viewer.