Skip to content

Commit dac10c4

Browse files
author
Pablo Vieira
committed
fix(pwa): replace js comments - "//" to "/* */"
js comments were invalidating following lines after html compression
1 parent 7126af8 commit dac10c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/ios-fullscreen.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script type="text/javascript">
22
$(document).ready(function(){
3-
// PWA: iOS web full screen seamless experience
3+
/* PWA: iOS web full screen seamless experience */
44
if(window.navigator.standalone == true) {
5-
// all links remain in web app mode
5+
/* all links remain in web app mode */
66
$('a').click(function() {
77
window.location = $(this).attr('href');
88
return false;

0 commit comments

Comments
 (0)