minor fixes..

This commit is contained in:
ppwwyyxx
2014-12-21 23:54:19 +08:00
parent 4065a9bbac
commit e2d2f5166f
4 changed files with 22 additions and 13 deletions
+3 -3
View File
@@ -46,9 +46,9 @@ var playVoice = function(event) {{
$(document).ready(function() {{
$(".fancybox").fancybox({{
// fancybox will otherwise scroll page to top
helpers: {{ overlay : {{ locked : false}}}}
}});
}});
helpers: {{ overlay : {{ locked : false}}}}
}});
}});
</script>
</body>
</html>