##// END OF EJS Templates
smallfix
ritsufag -
r120:888d6e75 default
parent child Browse files
Show More
@@ -120,10 +120,9 b' function addRefLinkMap() {'
120 120
121 121 for(var pNum in refMap) {
122 122 if(typeof refMap[pNum] === 'object') {
123 var data = 'Ответы:' + refMap[pNum].toString().replace(/(\d+)/g, ' <a href="/jump/$1/">>>$1</a>');
124
125 123 //append refmap panel
126 124 if(!$("#refmap_"+pNum).length) {
125 var data = 'Ответы:' + refMap[pNum].toString().replace(/(\d+)/g, ' <a href="/jump/$1/">>>$1</a>');
127 126 $('#'+pNum+'').find('.message').after($('<div class="refmap" id="refmap_'+pNum+'">'+data+'</div>'));
128 127 }
129 128 }
General Comments 0
You need to be logged in to leave comments. Login now