mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-29 16:58:28 +00:00
[Basilisk] fix bug with preferences not working
This commit is contained in:
@@ -1086,14 +1086,14 @@ var gApplicationsPane = {
|
||||
handlerInfoWrapper = new HandlerInfoWrapper(mimeType.type, wrappedHandlerInfo);
|
||||
handlerInfoWrapper.handledOnlyByPlugin = true;
|
||||
this._handledTypes[mimeType.type] = handlerInfoWrapper;
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
console.log("Enumerate MIME type: " + mimeType.type);
|
||||
#endif
|
||||
#endif
|
||||
} catch(e) {
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG
|
||||
console.log("Error fetching MIME type info for " + mimeType.type);
|
||||
console.log(e);
|
||||
#endif
|
||||
#endif
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user