Skip to content

Commit b6095e2

Browse files
committed
clean code
1 parent 8acb29c commit b6095e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ socket.on('refresh', function (data) {
21272127
updateInfo(data)
21282128
updatePermission(data.permission)
21292129
currentPermission = data.permission
2130-
// run allowVisebleSource functionality
2130+
// run allowVisibleSource functionality
21312131
if (ui.toolbar.edit.data('blockSource')) {
21322132
try {
21332133
checkParametr(userIsLogin(personalInfo), currentPermission)

0 commit comments

Comments
 (0)