Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13984600
D12190.id29301.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
D12190.id29301.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
@@ -8,7 +8,7 @@
return array(
'names' => array(
'core.pkg.css' => '2ff29d1d',
- 'core.pkg.js' => '2102d953',
+ 'core.pkg.js' => 'c5888f3d',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '571b1cc1',
'differential.pkg.js' => 'c0506961',
@@ -199,7 +199,7 @@
'rsrc/externals/javelin/ext/view/__tests__/ViewRenderer.js' => '6ea96ac9',
'rsrc/externals/javelin/lib/Cookie.js' => '62dfea03',
'rsrc/externals/javelin/lib/DOM.js' => '6f7962d5',
- 'rsrc/externals/javelin/lib/History.js' => '2e0148bc',
+ 'rsrc/externals/javelin/lib/History.js' => 'd4505101',
'rsrc/externals/javelin/lib/JSON.js' => '69adf288',
'rsrc/externals/javelin/lib/Leader.js' => '331b1611',
'rsrc/externals/javelin/lib/Mask.js' => '8a41885b',
@@ -663,7 +663,7 @@
'javelin-dynval' => 'f6555212',
'javelin-event' => '85ea0626',
'javelin-fx' => '54b612ba',
- 'javelin-history' => '2e0148bc',
+ 'javelin-history' => 'd4505101',
'javelin-install' => '05270951',
'javelin-json' => '69adf288',
'javelin-leader' => '331b1611',
@@ -1046,12 +1046,6 @@
'javelin-install',
'javelin-event',
),
- '2e0148bc' => array(
- 'javelin-stratcom',
- 'javelin-install',
- 'javelin-uri',
- 'javelin-util',
- ),
'316b8fa1' => array(
'javelin-install',
'javelin-typeahead-source',
@@ -1776,6 +1770,12 @@
'd254d646' => array(
'javelin-util',
),
+ 'd4505101' => array(
+ 'javelin-stratcom',
+ 'javelin-install',
+ 'javelin-uri',
+ 'javelin-util',
+ ),
'd4a14807' => array(
'javelin-install',
'javelin-dom',
diff --git a/webroot/rsrc/externals/javelin/lib/History.js b/webroot/rsrc/externals/javelin/lib/History.js
--- a/webroot/rsrc/externals/javelin/lib/History.js
+++ b/webroot/rsrc/externals/javelin/lib/History.js
@@ -131,7 +131,7 @@
JX.History._initialPath = null;
}
history.pushState(state || null, null, path);
- JX.History._fire(path);
+ JX.History._fire(path, state);
} else {
location.hash = JX.History._composeFragment(path);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 21, 2:30 PM (4 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715320
Default Alt Text
D12190.id29301.diff (2 KB)
Attached To
Mode
D12190: Fix an issue with returning to a the initial page in Quicksand
Attached
Detach File
Event Timeline
Log In to Comment