Jump back to original place on traversing history
Summary: If I click on some file in ToC and then go back in browser history then it currently does nothing. Test Plan: Collapsed file, jumped on it in ToC, collapsed it again, jumped to inline comment in it, went back in history. Reviewers: alanh Reviewed By: alanh CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D3328
This commit is contained in:
@@ -1179,14 +1179,13 @@ celerity_register_resource_map(array(
|
||||
),
|
||||
'javelin-behavior-differential-toggle-files' =>
|
||||
array(
|
||||
'uri' => '/res/431b4915/rsrc/js/application/differential/behavior-toggle-files.js',
|
||||
'uri' => '/res/fb94e3f5/rsrc/js/application/differential/behavior-toggle-files.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
0 => 'javelin-behavior',
|
||||
1 => 'javelin-dom',
|
||||
2 => 'javelin-stratcom',
|
||||
3 => 'phabricator-keyboard-shortcut',
|
||||
),
|
||||
'disk' => '/rsrc/js/application/differential/behavior-toggle-files.js',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user