1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Minor, fix a JS issue with help link in Remarkup assist.

This commit is contained in:
epriestley 2012-10-06 16:29:53 -07:00
parent 643d8070f1
commit 741469d7df
2 changed files with 2 additions and 2 deletions

View file

@ -1559,7 +1559,7 @@ celerity_register_resource_map(array(
),
'javelin-behavior-phabricator-remarkup-assist' =>
array(
'uri' => '/res/d3b53e76/rsrc/js/application/core/behavior-phabricator-remarkup-assist.js',
'uri' => '/res/7cb3a2ff/rsrc/js/application/core/behavior-phabricator-remarkup-assist.js',
'type' => 'js',
'requires' =>
array(

View file

@ -64,7 +64,7 @@ JX.behavior('phabricator-remarkup-assist', function(config) {
'remarkup-assist',
function(e) {
var data = e.getNodeData('remarkup-assist');
if (!data) {
if (!data.action) {
return;
}