Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
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
nexedi
converse.js
Commits
a6129eeb
Commit
a6129eeb
authored
May 14, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import converse instead of relying on window
parent
35cde98e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/components/adhoc-commands.js
src/components/adhoc-commands.js
+4
-3
No files found.
src/components/adhoc-commands.js
View file @
a6129eeb
import
"
./autocomplete.js
"
import
"
./autocomplete.js
"
import
{
__
}
from
'
@converse/headless/i18n
'
;
import
{
CustomElement
}
from
'
./element.js
'
;
import
{
CustomElement
}
from
'
./element.js
'
;
import
{
__
}
from
'
@converse/headless/i18n
'
;
import
{
api
}
from
"
@converse/headless/converse-core
"
;
import
{
api
}
from
"
@converse/headless/converse-core
"
;
import
{
converse
}
from
'
@converse/headless/converse-core
'
;
import
{
html
}
from
"
lit-html
"
;
import
{
html
}
from
"
lit-html
"
;
import
{
unsafeHTML
}
from
'
lit-html/directives/unsafe-html.js
'
;
import
{
unsafeHTML
}
from
'
lit-html/directives/unsafe-html.js
'
;
import
log
from
"
@converse/headless/log
"
;
import
log
from
"
@converse/headless/log
"
;
import
sizzle
from
"
sizzle
"
;
import
sizzle
from
"
sizzle
"
;
const
{
Strophe
,
$iq
}
=
window
.
converse
.
env
;
const
{
Strophe
,
$iq
}
=
converse
.
env
;
const
u
=
window
.
converse
.
env
.
utils
;
const
u
=
converse
.
env
.
utils
;
const
i18n_hide
=
__
(
'
Hide
'
);
const
i18n_hide
=
__
(
'
Hide
'
);
const
i18n_choose_service
=
__
(
'
On which entity do you want to run commands?
'
);
const
i18n_choose_service
=
__
(
'
On which entity do you want to run commands?
'
);
...
...
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