Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
tub-floorplan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tobias Zeumer
tub-floorplan
Commits
11500c14
Commit
11500c14
authored
Jul 04, 2018
by
Tobias Zeumer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log user's search term if nothing is found;
#34
(and
#27
)
parent
c2d2f142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
js/tubmap.js
js/tubmap.js
+3
-0
No files found.
js/tubmap.js
View file @
11500c14
...
@@ -1040,6 +1040,9 @@ function search(input_value) {
...
@@ -1040,6 +1040,9 @@ function search(input_value) {
$
(
"
#modal-content
"
).
html
(
frameHTML
);
$
(
"
#modal-content
"
).
html
(
frameHTML
);
$
(
"
#modal
"
).
show
();
$
(
"
#modal
"
).
show
();
// Log data to improve search field later
log
(
'
searchterm
'
,
input_value
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
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