Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian
erp5
Commits
cd2918ab
Commit
cd2918ab
authored
May 19, 2016
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jabber_gadget_page_dialog_js: do not select input or textarea when page refreshes
User may lose test if he/she continues on typing
parent
da8640fa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
bt5/erp5_web_jabber_client/PathTemplateItem/web_page_module/jabber_gadget_page_dialog_js.js
...plateItem/web_page_module/jabber_gadget_page_dialog_js.js
+0
-1
bt5/erp5_web_jabber_client/PathTemplateItem/web_page_module/jabber_gadget_page_dialog_js.xml
...lateItem/web_page_module/jabber_gadget_page_dialog_js.xml
+2
-2
No files found.
bt5/erp5_web_jabber_client/PathTemplateItem/web_page_module/jabber_gadget_page_dialog_js.js
View file @
cd2918ab
...
@@ -76,7 +76,6 @@
...
@@ -76,7 +76,6 @@
ul
.
setAttribute
(
"
data-role
"
,
"
listview
"
);
ul
.
setAttribute
(
"
data-role
"
,
"
listview
"
);
gadget
.
props
.
jid
=
options
.
jid
;
gadget
.
props
.
jid
=
options
.
jid
;
template_container
.
children
[
0
].
focus
();
template_container
.
children
[
0
].
focus
();
template_container
.
children
[
0
].
select
();
return
gadget
.
updateHeader
({
return
gadget
.
updateHeader
({
page_title
:
options
.
jid
page_title
:
options
.
jid
})
})
...
...
bt5/erp5_web_jabber_client/PathTemplateItem/web_page_module/jabber_gadget_page_dialog_js.xml
View file @
cd2918ab
...
@@ -230,7 +230,7 @@
...
@@ -230,7 +230,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
0.63396.22857.42769
</string>
</value>
<value>
<string>
95
1.19073.8210.16640
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -248,7 +248,7 @@
...
@@ -248,7 +248,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
146
2370315.51
</float>
<float>
146
3643257.07
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
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