Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ransome
sleek
Commits
430f9966
Commit
430f9966
authored
Oct 02, 2022
by
ransome1
Browse files
Fixed archive function, fixed broken datepicker
parent
8630264c
Changes
3
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
430f9966
{
"name"
:
"sleek"
,
"productName"
:
"sleek"
,
"version"
:
"1.2.3
-rc.2
"
,
"version"
:
"1.2.3"
,
"description"
:
"todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)"
,
"synopsis"
:
"todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)"
,
"category"
:
"ProjectManagement"
,
...
...
src/index.html
View file @
430f9966
...
...
@@ -503,7 +503,7 @@
</td>
</tr>
</table>
<table
id=
"getPageTitlesRow"
class=
"settings"
>
<!--
<table id="getPageTitlesRow" class="settings">
<tr>
<th colspan="100%" id="getPageTitlesHeadline">Replace links with website titles</th>
</tr>
...
...
@@ -534,7 +534,7 @@
</span>
</td>
</tr>
</table>
</table>
-->
<table
class=
"settings"
>
<tr>
<th
colspan=
"100%"
id=
"zoomHeadline"
></th>
...
...
src/js/datePicker.mjs
View file @
430f9966
...
...
@@ -91,7 +91,7 @@ async function createDatepickerInstance(attachToElement, addDateToElement, exten
}
else
{
modalFormInput
.
value
=
todo
.
toString
();
document
.
getElementById
(
"
modalFormInput
"
)
.
value
=
todo
.
toString
();
fillDatePickerInput
(
todo
);
...
...
@@ -101,6 +101,7 @@ async function createDatepickerInstance(attachToElement, addDateToElement, exten
// trigger matomo event
if
(
userData
.
matomoEvents
)
_paq
.
push
([
"
trackEvent
"
,
"
Form
"
,
"
Datepicker used to add date to input
"
]);
}
}
// if there is an active datepicker, it will be destroyed
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment