Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/repository/repository-crossreference.js
| Show First 20 Lines • Show All 213 Lines • ▼ Show 20 Lines | for (ii = 0; ii < cell_list.length; ii++) { | ||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| return null; | return null; | ||||
| } | } | ||||
| function getPath(target) { | function getPath(target) { | ||||
| // This method works in Differential, when browsing a changset. | // This method works in Differential, when browsing a changeset. | ||||
| var changeset; | var changeset; | ||||
| try { | try { | ||||
| changeset = JX.DOM.findAbove(target, 'div', 'differential-changeset'); | changeset = JX.DOM.findAbove(target, 'div', 'differential-changeset'); | ||||
| return JX.Stratcom.getData(changeset).path; | return JX.Stratcom.getData(changeset).path; | ||||
| } catch (ex) { | } catch (ex) { | ||||
| // Ignore. | // Ignore. | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||