mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-31 20:00:28 +02:00
adjust whitespace of notes code to match rest of project
This commit is contained in:
@@ -32,7 +32,7 @@ app.get("/", function(req, res) {
|
||||
|
||||
app.get("/_notes/:socketId", function(req, res) {
|
||||
|
||||
fs.readFile(opts.baseDir + 'slidenotes/notes.html', function(err, data) {
|
||||
fs.readFile(opts.baseDir + 'lib/slidenotes/notes.html', function(err, data) {
|
||||
res.send(Mustache.to_html(data.toString(), {
|
||||
socketId : req.params.socketId
|
||||
}));
|
||||
|
Reference in New Issue
Block a user