зеркало из https://github.com/mozilla/brackets.git
use decodeURI when opening the extensions folder
This commit is contained in:
Родитель
f4a9074a4f
Коммит
8c226825d6
|
@ -43,7 +43,7 @@ define(function (require, exports, module) {
|
|||
|
||||
function _handleShowExtensionsFolder() {
|
||||
brackets.app.showExtensionsFolder(
|
||||
FileUtils.convertToNativePath(window.location.href),
|
||||
FileUtils.convertToNativePath(decodeURI(window.location.href)),
|
||||
function (err) {
|
||||
// Ignore errors
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче