Better code style
This commit is contained in:
parent
ac65f5ee70
commit
297cf418c0
7 changed files with 85 additions and 54 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
function main() {
|
||||
console.log("Welcome Developer! \nYou're seeing the output of a javascript extension for the rangitaki blogging engine.")
|
||||
console.log("Welcome Developer! \nYou're seeing the output of a javascript extension for the rangitaki blogging engine.");
|
||||
}
|
||||
|
||||
$(document).ready(main());
|
||||
|
|
Reference in a new issue