We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5314ace commit 077457aCopy full SHA for 077457a
src/jekyll/settingsView/jekyllSettingsView.ts
@@ -1,8 +1,8 @@
1
import { Setting } from 'obsidian';
2
3
export function jekyllSettingsView() {
4
- addJekyllPathSetting.call(this);
5
- addJekyllRelativeResourcePathSetting.call(this);
+ addJekyllPathSetting();
+ addJekyllRelativeResourcePathSetting();
6
}
7
8
function addJekyllPathSetting() {
0 commit comments