Skip to content

Commit c27f193

Browse files
jshint
1 parent f5b85cb commit c27f193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/frame.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
$('#vz-chart-settings h2').click(function () {
1313
$("#vz-chart-source").hide();
14-
$("#vz-chart-permissions").removeClass('open').addClass('bottom-fixed')
14+
$("#vz-chart-permissions").removeClass('open').addClass('bottom-fixed');
1515
$(this).parent().removeClass('bottom-fixed').addClass('open');
1616

1717
return false;

0 commit comments

Comments
 (0)