summaryrefslogtreecommitdiffstats
path: root/modules-available/roomplanner
diff options
context:
space:
mode:
authorStefan Weil2019-12-14 08:59:39 +0100
committerStefan Weil2019-12-14 09:29:06 +0100
commitab49e774910743701ee8742799c0b5a58ea65d8a (patch)
tree64057cbb86e9b4524444f00dcf0482345ac96a2b /modules-available/roomplanner
parent[statistics] Fix date range queries to match by day, not by second (diff)
downloadslx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'modules-available/roomplanner')
-rw-r--r--modules-available/roomplanner/js/lib/jquery-ui-draggable-collision.js4
-rw-r--r--modules-available/roomplanner/templates/item-selector.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/roomplanner/js/lib/jquery-ui-draggable-collision.js b/modules-available/roomplanner/js/lib/jquery-ui-draggable-collision.js
index 3ef553b1..8aa351b9 100644
--- a/modules-available/roomplanner/js/lib/jquery-ui-draggable-collision.js
+++ b/modules-available/roomplanner/js/lib/jquery-ui-draggable-collision.js
@@ -377,7 +377,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// that the jquery-collision plugin takes into account during the calculations
// * Also, the Coords() values get populated with these offsets at various times, so that they reflect "intended position"
//
- // Note also that the collider, obstacle, and direction data fields are temporarily overriden (because we need them here,
+ // Note also that the collider, obstacle, and direction data fields are temporarily overridden (because we need them here,
// and the user may not have asked for them), and then erased and placed where the user wants them, right before
// sending out the collision events
//
@@ -385,7 +385,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// something relative, it has to get translated right before sending out the events...
function handleCollide( event, ui )
{
- // Note that $(this) is the draggable that's moving - it has a ui.position that moves acording to where
+ // Note that $(this) is the draggable that's moving - it has a ui.position that moves according to where
// the draggable is "about to move". However, our "collidable" objects might not be the same as $(this) -
// they might be child elements. So we need to keep track of recent and present position so we can apply the
// "intended" dx and dy to all the moving elements:
diff --git a/modules-available/roomplanner/templates/item-selector.html b/modules-available/roomplanner/templates/item-selector.html
index 72607e7c..6bc226cb 100644
--- a/modules-available/roomplanner/templates/item-selector.html
+++ b/modules-available/roomplanner/templates/item-selector.html
@@ -34,7 +34,7 @@
</li>
<li>
<div itemtype="furniture" scalable="v" itemlook="wall-vertical" class="draggable"
- style="width:25px; height:100px;" data-height="100" data-width="25" title="Wand (vertial)"></div>
+ style="width:25px; height:100px;" data-height="100" data-width="25" title="Wand (vertikal)"></div>
</li>
<li>
<div itemtype="furniture" scalable="h" itemlook="window-horizontal" class="draggable"
@@ -311,4 +311,4 @@
</div>
</div>
-</div> \ No newline at end of file
+</div>