mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
WIP: Some enhancements in default template (Part 2) (#1322)
* Some enhancements in default template (Part 2)
* Update CHANGELOG.md
* Updated
* Revert "Updated"
This reverts commit decd0afc69
.
* Updated
This commit is contained in:
parent
cdb33ba7a4
commit
8a81eabe30
8 changed files with 71 additions and 113 deletions
|
@ -363,9 +363,6 @@ function initPostImages(context) {
|
|||
$('#preload').append($img);
|
||||
var loading_icon = '<a href="' + src + '" target="_blank"><img src="' + bb_url + 'styles/images/pic_loading.gif" alt="" /></a>';
|
||||
$v.html(loading_icon);
|
||||
if ($.browser.msie) {
|
||||
$v.after('<wbr>');
|
||||
}
|
||||
$img.one('load', function () {
|
||||
imgFit(this, maxW);
|
||||
$v.empty().append(this);
|
||||
|
@ -375,9 +372,6 @@ function initPostImages(context) {
|
|||
imgFit(this, maxW)
|
||||
});
|
||||
$v.empty().append($img);
|
||||
if ($.browser.msie) {
|
||||
$v.after('<wbr>');
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue