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
6e897b65
Commit
6e897b65
authored
Mar 18, 2021
by
yPhil
Browse files
#bug: .val at startup
parent
e5bfb1f3
Pipeline
#398952
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/js/PTL.main.js
View file @
6e897b65
...
...
@@ -160,10 +160,9 @@ var PTL = (function() {
$syncBox
.
find
(
'
p.rs-short-desc, span.rs-sub-headline
'
)
.
addClass
(
'
translate
'
)
.
attr
(
'
data-content
'
,
'
To synchronize the feeds across devices
'
)
.
text
(
PTL
.
tr
(
'
To synchronize the feeds across devices
'
))
.
after
(
$readMore
);
.
text
(
PTL
.
tr
(
'
To synchronize the feeds across devices
'
));
//
$syncBox.find('p.rs-short-desc').after($readMore);
$syncBox
.
find
(
'
p.rs-short-desc
'
).
after
(
$readMore
);
$langMenu
.
change
(
function
()
{
var
selectedLang
=
$
(
this
).
val
();
...
...
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