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
Open sidebar
Arnaud Fontaine
erp5
Commits
0bf999ce
Commit
0bf999ce
authored
10 years ago
by
Sven Franck
Committed by
Sebastien Robin
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
code cleanup
parent
85ed5fc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_searchfield_js.xml
...teItem/web_page_module/rjs_gadget_erp5_searchfield_js.xml
+0
-2
bt5/erp5_web_renderjs_ui/bt/revision
bt5/erp5_web_renderjs_ui/bt/revision
+1
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_searchfield_js.xml
View file @
0bf999ce
...
@@ -151,13 +151,11 @@
...
@@ -151,13 +151,11 @@
return search_form.getContent();\n
return search_form.getContent();\n
})\n
})\n
.push(function (data) {\n
.push(function (data) {\n
console.log(data);\n
return search_form.pleasePublishMyState({\n
return search_form.pleasePublishMyState({\n
"extended_search": data.search\n
"extended_search": data.search\n
});\n
});\n
})\n
})\n
.push(function (url) {\n
.push(function (url) {\n
console.log(url);\n
return search_form.pleaseRedirectMyHash(url);\n
return search_form.pleaseRedirectMyHash(url);\n
});\n
});\n
}\n
}\n
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_web_renderjs_ui/bt/revision
View file @
0bf999ce
29
30
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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