Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2015-12-uni-ffm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CmS
2015-12-uni-ffm
Commits
aaa03dc2
Commit
aaa03dc2
authored
12 years ago
by
Hakim El Hattab
Browse files
Options
Downloads
Patches
Plain Diff
fix incorrect directory reference
parent
afd10f68
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
index.html
+1
-0
1 addition, 0 deletions
index.html
with
2 additions
and
1 deletion
README.md
+
1
−
1
View file @
aaa03dc2
...
@@ -114,7 +114,7 @@ You'll also need to [install Node.js](http://nodejs.org/); then, install the ser
...
@@ -114,7 +114,7 @@ You'll also need to [install Node.js](http://nodejs.org/); then, install the ser
Once Node.js and the dependencies are installed, run the following command from the root directory:
Once Node.js and the dependencies are installed, run the following command from the root directory:
node
lib
/slidenotes
node
plugin
/slidenotes
By default, the slides will be served at
[
localhost:1947
](
http://localhost:1947
)
.
By default, the slides will be served at
[
localhost:1947
](
http://localhost:1947
)
.
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
0
View file @
aaa03dc2
...
@@ -321,6 +321,7 @@ linkify( 'a' );
...
@@ -321,6 +321,7 @@ linkify( 'a' );
}
);
}
);
// If we're runnning the notes server we need to include some additional JS
// If we're runnning the notes server we need to include some additional JS
// TODO Is there a better way to determine if we're running the notes server?
if
(
window
.
location
.
host
===
'
localhost:1947
'
)
{
if
(
window
.
location
.
host
===
'
localhost:1947
'
)
{
head
.
js
(
'
socket.io/socket.io.js
'
,
'
plugin/slidenotes/client.js
'
);
head
.
js
(
'
socket.io/socket.io.js
'
,
'
plugin/slidenotes/client.js
'
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment