Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WEBGDE-Components
web-ui
Commits
ddae606f
Commit
ddae606f
authored
Oct 05, 2022
by
Daniel Bawag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed highlighting
parent
420b1ebe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
getFields.js
Web-GDE/src/getFields/getFields.js
+0
-6
highlight.js
Web-GDE/src/highlight/highlight.js
+4
-0
No files found.
Web-GDE/src/getFields/getFields.js
View file @
ddae606f
...
...
@@ -99,12 +99,6 @@ const displayFields = async (parentID) => {
dropdowns
.
on
(
'select2:close'
,
handleDropdown
)
})
$
(
document
).
ready
(
function
()
{
$
(
'form:first *:input[type!=hidden]:first'
).
focus
();
});
}
catch
(
err
)
{
console
.
log
(
err
)
return
{
valid
:
false
,
error
:
err
}
...
...
Web-GDE/src/highlight/highlight.js
View file @
ddae606f
...
...
@@ -202,6 +202,10 @@ function initHighlight() {
isInitialPositioning
=
true
;
}
}
$
(
document
).
ready
(
function
()
{
$
(
'form:first *:input[type!=hidden]:first'
).
focus
();
// Run code
});
});
sizeObserver
.
observe
(
TIFFimg
);
...
...
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