You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Various tweaks to get prod version to work
This commit is contained in:
@@ -353,8 +353,6 @@ class MdToHtml {
|
||||
|
||||
const output = styleHtml + renderedBody;
|
||||
|
||||
console.info(renderedBody);
|
||||
|
||||
this.cachedContent_ = output;
|
||||
this.cachedContentKey_ = cacheKey;
|
||||
return this.cachedContent_;
|
||||
|
||||
@@ -283,7 +283,6 @@ function localeStrings(canonicalName) {
|
||||
function setLocale(canonicalName) {
|
||||
if (currentLocale_ == canonicalName) return;
|
||||
currentLocale_ = closestSupportedLocale(canonicalName);
|
||||
console.info('Set locale to ' + currentLocale_);
|
||||
}
|
||||
|
||||
function languageCode() {
|
||||
|
||||
Reference in New Issue
Block a user