mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:21:01 +00:00
make cash bust add onto object not recreate it
This commit is contained in:
parent
789257fd4a
commit
f03a076669
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ define [
|
|||
# no need to bust cache, build id is unique
|
||||
else
|
||||
$scope.pdf.url = "/project/#{$scope.project_id}/output/output.pdf"
|
||||
qs = { cache_bust : "#{Date.now()}" }
|
||||
qs.cache_bust = "#{Date.now()}"
|
||||
# add a query string parameter for the compile group
|
||||
if response.compileGroup?
|
||||
$scope.pdf.compileGroup = response.compileGroup
|
||||
|
|
Loading…
Reference in a new issue