Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"Management -> User Templates -> Preview" was always previewing templ…
…ate_id=1

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@1008 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
JohnSmith-LT committed Jun 28, 2013
1 parent edec32c commit 89e061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_code/scripts/template_management.js
Expand Up @@ -480,7 +480,7 @@ function preview_window(admin){

}else{

var PreviewWindow = window.open(site_url + url_return("preview", 1), "previewwindow" + 1, "scrollbars=yes");
var PreviewWindow = window.open(site_url + url_return("preview", admin), "previewwindow" + admin, "scrollbars=yes");

}

Expand Down

0 comments on commit 89e061e

Please sign in to comment.