Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
23c53749
Commit
23c53749
authored
Nov 25, 2014
by
svilayphiou
Browse files
spreads
parent
b4da582a
Changes
2
Hide whitespace changes
Inline
Side-by-side
relearn/static/js/print.js
View file @
23c53749
...
...
@@ -129,6 +129,15 @@ if($("body").hasClass("p-mode")){
});
// __________________________________ SPREAD __________________________________ //
$
(
"
button#spread
"
).
click
(
function
(
e
){
e
.
preventDefault
();
$
(
this
).
toggleClass
(
"
button-active
"
);
$
(
"
html
"
).
toggleClass
(
"
spread
"
);
});
// __________________________________ HIGH RESOLUTION __________________________________ //
$
(
"
button#hi-res
"
).
click
(
function
(
e
){
e
.
preventDefault
();
...
...
relearn/templates/pad-read.html
View file @
23c53749
...
...
@@ -129,6 +129,7 @@
{% ifequal mode "p" %}
<div
id=
"print-interface"
>
<button
id=
"debug"
>
Debug
</button>
<button
id=
"spread"
>
Spread
</button>
<button
id=
"hi-res"
>
Hi-res
</button>
<div
id=
"toc"
>
<button
id=
"goto"
>
Go to
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment