Skip to content

Commit

Permalink
dynamic schedule shows url of published page
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Jan 25, 2016
1 parent eee796a commit ebbf303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/page-state.js
Expand Up @@ -149,7 +149,7 @@ function openDynamicSchedule(time, url) {
// we need to draw the user's eye and allow them to grasp what's going on
// (without being obtrusive)
window.setTimeout(function () {
progress.open('publish', `Published! <a href="${url}" target="_blank">View Page</a>`);
progress.open('publish', `Published! <a href="${url}@published.html" target="_blank">View Page</a>`);
// and remember to untoggle the button
toggleScheduled(false);
}, 250);
Expand Down

0 comments on commit ebbf303

Please sign in to comment.