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
yPhil
Pétrolette
Commits
4298be5b
Commit
4298be5b
authored
Oct 04, 2020
by
yPhil
Browse files
Merge branch 'responsive'
parents
db2da9a4
67f52cfc
Pipeline
#343286
failed with stage
in 1 minute
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
public/js/PTL.feed.js
View file @
4298be5b
This diff is collapsed.
Click to expand it.
public/js/PTL.tab.js
View file @
4298be5b
...
...
@@ -13,9 +13,7 @@ PTL.tab = {
heightStyle
:
'
content
'
,
activate
:
function
(
event
,
ui
)
{
ui
.
newPanel
.
css
(
"
display
"
,
"
flex
"
);
$
(
document
).
prop
(
'
title
'
,
$
(
this
).
find
(
'
.ui-tabs-active
'
)
.
text
()
+
'
| Pétrolette
'
);
$
(
'
.tab-icon
'
).
show
();
$
(
'
.tab-icon
'
).
show
();
}
});
...
...
routes/index.js
View file @
4298be5b
...
...
@@ -32,7 +32,9 @@ function escape(s) {
}
}
router
.
get
(
'
/
'
,
function
(
req
,
res
)
{
console
.
log
(
'
pjson.version : %s
'
,
pjson
.
version
);
res
.
render
(
'
index
'
,
{
queryString
:
escape
(
req
.
query
.
add
),
version
:
pjson
.
version
...
...
Write
Preview
Supports
Markdown
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