Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cto
g1
Commits
e283112f
Commit
e283112f
authored
Nov 26, 2019
by
Bharat R
👀
Browse files
removed commented line
parent
5f02f307
Pipeline
#106746
failed with stage
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/formhandler.js
View file @
e283112f
...
...
@@ -139,7 +139,6 @@ export function formhandler(js_options) {
function
render
()
{
var
url_args
=
parse
(
location
.
hash
.
replace
(
/^#/
,
''
)).
searchList
// url_args = namespace(url_args, options.namespace)
// Create arguments passed to the FormHandler. Override with the user URL args
var
args
=
_
.
extend
({
c
:
options
.
columns
.
map
(
function
(
d
)
{
return
d
.
name
}),
...
...
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