Skip to content

Commit aab4f85

Browse files
author
Stefan Sträßer
committed
corrected comments
some file comments showed v4.9.5, but files have the correct version 4.10.0
1 parent 442e537 commit aab4f85

29 files changed

+186
-410
lines changed

dist/extensions/contextmenu/jspanel.contextmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/datepicker/jspanel.datepicker.js

Lines changed: 91 additions & 214 deletions
Large diffs are not rendered by default.

dist/extensions/datepicker/jspanel.datepicker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/datepicker/theme/default.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de
@@ -64,10 +64,14 @@
6464
.jsPanel-cal-sub.jsPanel-cal-back {
6565
grid-area: back;
6666
cursor: pointer; }
67+
.jsPanel-cal-sub.jsPanel-cal-back svg {
68+
width: 50%; }
6769

6870
.jsPanel-cal-sub.jsPanel-cal-forward {
6971
grid-area: forward;
7072
cursor: pointer; }
73+
.jsPanel-cal-sub.jsPanel-cal-forward svg {
74+
width: 50%; }
7175

7276
.jsPanel-cal-sub.jsPanel-cal-month {
7377
grid-area: month;
@@ -80,6 +84,8 @@
8084
.jsPanel-cal-sub.jsPanel-cal-reset {
8185
grid-area: reset;
8286
cursor: pointer; }
87+
.jsPanel-cal-sub.jsPanel-cal-reset svg {
88+
width: 50%; }
8389

8490
.jsPanel-cal-sub.jsPanel-cal-blank3 {
8591
grid-area: blank3;

dist/extensions/datepicker/theme/default.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extensions/dock/jspanel.dock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/hint/jspanel.hint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/layout/jspanel.layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/modal/jspanel.modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

dist/extensions/tooltip/jspanel.tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
3-
* @version v4.9.5
3+
* @version v4.10.0
44
* @homepage https://jspanel.de/
55
* @license MIT
66
* @author Stefan Sträßer - info@jspanel.de

0 commit comments

Comments
 (0)