Skip to content

Commit dd9dcd8

Browse files
committed
minor indent fix in openAllwidget function
1 parent 1c22ae5 commit dd9dcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ $('#close-all-widgets').click(function(){
120120
// Open all widgets
121121
$('#open-all-widgets').click(function(){
122122
allWidgets.each(function(index){
123-
openWidget($(this), $(this).attr('id'), 500);
123+
openWidget($(this), $(this).attr('id'), 500);
124124
});
125125
});
126126

0 commit comments

Comments
 (0)