mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
some indenting / newline removal
This commit is contained in:
parent
4918f2b5a6
commit
607d1fa1fd
2 changed files with 5 additions and 6 deletions
|
@ -42,7 +42,6 @@
|
||||||
} else {
|
} else {
|
||||||
sessionStorage.setItem('tutorialHtml', html)
|
sessionStorage.setItem('tutorialHtml', html)
|
||||||
ok('Great, you did it!', '/tutorial/html/3')
|
ok('Great, you did it!', '/tutorial/html/3')
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -50,11 +50,11 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
editor.commands.addCommand({
|
editor.commands.addCommand({
|
||||||
name: 'saveCommand',
|
name: 'saveCommand',
|
||||||
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
|
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
|
||||||
exec: function(editor) {
|
exec: function(editor) {
|
||||||
$('#submit').click()
|
$('#submit').click()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue