You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dropfile/component.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// The MIT License (MIT)
2
2
//
3
-
// Copyright (c) 2020-2022 Camptocamp SA
3
+
// Copyright (c) 2020-2023 Camptocamp SA
4
4
//
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
// this software and associated documentation files (the "Software"), to deal in
@@ -85,10 +85,10 @@ function processDrag_() {
85
85
/**
86
86
* This function handles the drop event
87
87
* For a valid file, the file is added to the external source
88
-
* For an invalid file an alert message is dsplayed
88
+
* For an invalid file an alert message is displayed
89
89
* If an element with 'gmf-app-map-messages' (disclaimers) exists the message is added to it
90
90
* otherwise it is placed directly on the element
91
-
* the message desappears after a delay of 4 seconds
91
+
* the message disappear after a delay of 4 seconds
92
92
*
93
93
* @param {JQuery} element Element.
94
94
* @param {import('gmf/datasource/ExternalDataSourcesManager').ExternalDatSourcesManager} gmfExternalDataSourcesManager The manager of external datasources.
0 commit comments