Merge pull request #2515 from overleaf/as-transform-absolute-paths

Transform absolute paths in frontend to relative

GitOrigin-RevId: c1914c0fd09d68984ba6c85a1f00aa3e6858d944
This commit is contained in:
Alasdair Smith
2020-04-07 03:18:45 +00:00
committed by Copybot
parent 1a09965503
commit bc1b73d74e
178 changed files with 502 additions and 388 deletions
@@ -10,7 +10,7 @@
* DS102: Remove unnecessary code created because of implicit returns
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
*/
define(['base'], App =>
define(['../../../base'], App =>
App.controller('CloneProjectModalController', function(
$scope,
$modalInstance,