Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request ether#297 from fmarier/issue_288
Browse files Browse the repository at this point in the history
Fix "Share this pad" button. Closes 288. Closes 293.
  • Loading branch information
sesam committed Oct 21, 2011
2 parents 461cd89 + a4817ed commit 233228d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherpad/src/themes/default/templates/pad/pad_body2.ejs
Expand Up @@ -447,6 +447,7 @@ limitations under the License. */ %>
</div>
<div id="offline_notification">
<p>Or just hide this dialog and review document.</p>
</div>
<div id="hide_dialog">
<button id="hidedialog">Hide</button>
</div>
Expand Down Expand Up @@ -517,7 +518,6 @@ limitations under the License. */ %>
<div style="clear: both;"></div>
</div>
</div>
</div>
<% return ejs_data; }); %>
<% template.define('pageBottom', function() { var ejs_data=''; %>
Expand Down

0 comments on commit 233228d

Please sign in to comment.