Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276585
behavior-project-create.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
608 B
Subscribers
None
behavior-project-create.js
View Options
/**
* @provides javelin-behavior-maniphest-project-create
* @requires javelin-behavior
* javelin-dom
* javelin-stratcom
* javelin-workflow
*/
JX
.
behavior
(
'maniphest-project-create'
,
function
(
config
)
{
JX
.
Stratcom
.
listen
(
'click'
,
'project-create'
,
function
(
e
)
{
JX
.
Workflow
.
newFromLink
(
e
.
getTarget
())
.
setHandler
(
function
(
r
)
{
var
node
=
JX
.
$
(
config
.
tokenizerID
);
var
tokenizer
=
JX
.
Stratcom
.
getData
(
node
).
tokenizer
;
tokenizer
.
addToken
(
r
.
phid
,
r
.
name
);
})
.
start
();
e
.
kill
();
});
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 6:46 PM (4 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6c/b9/e58f5de6b138230eafa23482d9f7
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment