mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32: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 {
|
||||
sessionStorage.setItem('tutorialHtml', html)
|
||||
ok('Great, you did it!', '/tutorial/html/3')
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
})
|
||||
|
||||
editor.commands.addCommand({
|
||||
name: 'saveCommand',
|
||||
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
|
||||
exec: function(editor) {
|
||||
$('#submit').click()
|
||||
}
|
||||
name: 'saveCommand',
|
||||
bindKey: {win: 'Ctrl-S', mac: 'Command-S'},
|
||||
exec: function(editor) {
|
||||
$('#submit').click()
|
||||
}
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue