Removed some unnecessary changes.
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | ||||
| <base href="{{$baseurl}}/" /> | ||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=1"> | ||||
| <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0"> | ||||
| <meta name="generator" content="{{$generator}}" /> | ||||
|  | ||||
| <!--[if IE]> | ||||
|   | ||||
| @@ -9,7 +9,7 @@ | ||||
| </div> | ||||
|  | ||||
| {{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}} | ||||
| <div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}"; return false;" ><img style="max-width: 100%;" src="{{$photo.src}}" /></a></div> | ||||
| <div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;" ><img style="max-width: 100%;" src="{{$photo.src}}" /></a></div> | ||||
| {{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><i class="icon-forward photo-icons"></i></a></div>{{/if}} | ||||
| <div id="photo-photo-end"></div> | ||||
| <div id="photo-caption">{{$desc}}</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user