We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acb29c commit b6095e2Copy full SHA for b6095e2
public/js/index.js
@@ -2127,7 +2127,7 @@ socket.on('refresh', function (data) {
2127
updateInfo(data)
2128
updatePermission(data.permission)
2129
currentPermission = data.permission
2130
- // run allowVisebleSource functionality
+ // run allowVisibleSource functionality
2131
if (ui.toolbar.edit.data('blockSource')) {
2132
try {
2133
checkParametr(userIsLogin(personalInfo), currentPermission)
0 commit comments