use document dialog

This commit is contained in:
j 2017-04-15 19:47:41 +02:00
parent a98831bb26
commit 8ec0f2f9b9
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
function openDocument(id) {
//if there is a player, pause it
pandora.$ui.player && pandora.$ui.player.options('paused', true);
pandora.URL.push('/documents/' + id);
pandora.URL.push('/document/' + id);
}
function closeDocument() {