Merge pull request #45 from dsferruzza/fix-picwall-bug
Fix picwall bugs
This commit is contained in:
commit
2d21a179b0
2 changed files with 2 additions and 2 deletions
|
@ -1979,7 +1979,6 @@ function lazyThumbnail($url,$href=false)
|
|||
else
|
||||
$html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
|
||||
|
||||
$html.='<img class="lazyimage" src="#" data-original="'.htmlspecialchars($t['src']).'"';
|
||||
if (!empty($t['width'])) $html.=' width="'.htmlspecialchars($t['width']).'"';
|
||||
if (!empty($t['height'])) $html.=' height="'.htmlspecialchars($t['height']).'"';
|
||||
if (!empty($t['style'])) $html.=' style="'.htmlspecialchars($t['style']).'"';
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</center>
|
||||
{include="page.footer"}
|
||||
</body>
|
||||
|
||||
{if="empty($GLOBALS['disablejquery'])"}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
@ -25,4 +25,5 @@ $(document).ready(function() {
|
|||
});
|
||||
</script>
|
||||
{/if}
|
||||
</body>
|
||||
</html>
|
Reference in a new issue