Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14035198
D11063.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D11063.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'core.pkg.css' => 'f588bfc3',
'core.pkg.js' => '2d1f7db1',
- 'darkconsole.pkg.js' => 'df001cab',
+ 'darkconsole.pkg.js' => 'ac37f0cd',
'differential.pkg.css' => '8af45893',
'differential.pkg.js' => '42c10e78',
'diffusion.pkg.css' => '591664fa',
@@ -450,7 +450,7 @@
'rsrc/js/core/behavior-dark-console.js' => '357b6e9b',
'rsrc/js/core/behavior-device.js' => '03d6ed07',
'rsrc/js/core/behavior-drag-and-drop-textarea.js' => '92eb531d',
- 'rsrc/js/core/behavior-error-log.js' => 'a5d7cf86',
+ 'rsrc/js/core/behavior-error-log.js' => '6882e80a',
'rsrc/js/core/behavior-fancy-datepicker.js' => 'c51ae228',
'rsrc/js/core/behavior-file-tree.js' => '88236f00',
'rsrc/js/core/behavior-form.js' => '5c54cbf3',
@@ -577,7 +577,7 @@
'javelin-behavior-diffusion-locate-file' => '6d3e1947',
'javelin-behavior-diffusion-pull-lastmodified' => '2b228192',
'javelin-behavior-doorkeeper-tag' => 'e5822781',
- 'javelin-behavior-error-log' => 'a5d7cf86',
+ 'javelin-behavior-error-log' => '6882e80a',
'javelin-behavior-fancy-datepicker' => 'c51ae228',
'javelin-behavior-global-drag-and-drop' => '07f199d8',
'javelin-behavior-herald-rule-editor' => '7ebaeed3',
@@ -1218,6 +1218,9 @@
'javelin-dom',
'javelin-fx',
),
+ '6882e80a' => array(
+ 'javelin-dom',
+ ),
'6932def3' => array(
'javelin-behavior',
'javelin-stratcom',
@@ -1482,9 +1485,6 @@
'javelin-dom',
'phabricator-notification',
),
- 'a5d7cf86' => array(
- 'javelin-dom',
- ),
'a80d0378' => array(
'javelin-behavior',
'javelin-stratcom',
diff --git a/webroot/rsrc/js/core/behavior-error-log.js b/webroot/rsrc/js/core/behavior-error-log.js
--- a/webroot/rsrc/js/core/behavior-error-log.js
+++ b/webroot/rsrc/js/core/behavior-error-log.js
@@ -3,6 +3,8 @@
* @requires javelin-dom
*/
+/* exported show_details */
+
var current_details = null;
function show_details(row) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 4:50 AM (1 d, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6725209
Default Alt Text
D11063.diff (2 KB)
Attached To
Mode
D11063: Let JSHint know that the `show_details` function is an exported global
Attached
Detach File
Event Timeline
Log In to Comment