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
94830c85
Commit
94830c85
authored
Dec 03, 2017
by
Seve
Committed by
JC Brand
Feb 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting up plugin development
parent
a866c174
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
src/config.js
src/config.js
+1
-0
src/converse-spoilers.js
src/converse-spoilers.js
+0
-1
src/converse.js
src/converse.js
+1
-0
No files found.
src/config.js
View file @
94830c85
...
...
@@ -85,6 +85,7 @@ require.config({
"
converse-rosterview
"
:
"
src/converse-rosterview
"
,
"
converse-singleton
"
:
"
src/converse-singleton
"
,
"
converse-vcard
"
:
"
src/converse-vcard
"
,
"
converse-spoilers
"
:
"
src/converse-spoilers
"
,
// Off-the-record-encryption
// "bigint": "node_modules/otr/build/dep/bigint",
...
...
src/converse-spoilers.js
View file @
94830c85
...
...
@@ -47,7 +47,6 @@
/* Inside this method, you have access to the private
* `_converse` object.
*/
alert
(
'
SPOILERS IS BEING INITIALIZED
'
);
var
_converse
=
this
.
_converse
;
_converse
.
log
(
"
The converse-spoilers plugin is being initialized
"
);
...
...
src/converse.js
View file @
94830c85
...
...
@@ -22,6 +22,7 @@ if (typeof define !== 'undefined') {
"
converse-dragresize
"
,
// Allows chat boxes to be resized by dragging them
"
converse-headline
"
,
// Support for headline messages
"
converse-fullscreen
"
,
"
converse-spoilers
"
/* END: Removable components */
],
function
(
converse
)
{
return
converse
;
...
...
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