Changeset 740:e45241c3d063
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_media.js
r250 r740 68 68 }); 69 69 } 70 }, 71 fileQueued: function() { 72 positionFooter(); 70 73 } 71 74 } -
admin/js/_post.js
r0 r740 8 8 $(img).css('cursor','pointer'); 9 9 img.line = line; 10 img.onclick = function() { dotclear.viewCommentContent(this,this.line); };10 img.onclick = function() { dotclear.viewCommentContent(this,this.line); positionFooter(); }; 11 11 12 12 td.insertBefore(img,td.firstChild); -
admin/js/_posts_list.js
r0 r740 8 8 $(img).css('cursor','pointer'); 9 9 img.line = line; 10 img.onclick = function() { dotclear.viewPostContent(this,this.line); };10 img.onclick = function() { dotclear.viewPostContent(this,this.line); positionFooter(); }; 11 11 12 12 td.insertBefore(img,td.firstChild);
Note: See TracChangeset
for help on using the changeset viewer.