Skip to content

Commit

Permalink
"charsLatinOnly" option doesn't affect client-side anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Apr 8, 2017
1 parent d885716 commit 07aa9de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion connectors/php/LocalFilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public function actionInitiate()
// config options that affect the client-side
$shared_config = [
'options' => [
'charsLatinOnly' => $this->config['options']['charsLatinOnly'],
'capabilities' => $this->config['options']['capabilities'],
'allowFolderDownload' => $this->config['options']['allowFolderDownload'],
],
Expand Down
4 changes: 0 additions & 4 deletions scripts/filemanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@ $.richFilemanagerPlugin = function(element, pluginOptions)
}
}

if(config.options.charsLatinOnly) {
secondary.push('/scripts/speakingurl/speakingurl.min.js');
}

if(secondary.length) {
loadAssets(secondary);
}
Expand Down
Loading

0 comments on commit 07aa9de

Please sign in to comment.