Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff --git a/etherpad/src/themes/default/templates/pad/pad_body2.ejs b/etherpad/src/themes/default/templates/pad/pad_body2.ejs
  2. index 196b5f4..f65762a 100644
  3. --- a/etherpad/src/themes/default/templates/pad/pad_body2.ejs
  4. +++ b/etherpad/src/themes/default/templates/pad/pad_body2.ejs
  5. @@ -447,6 +447,7 @@ limitations under the License. */ %>
  6.           </div>
  7.           <div id="offline_notification">
  8.             <p>Or just hide this dialog and review document.</p>
  9. +          </div>
  10.           <div id="hide_dialog">
  11.             <button id="hidedialog">Hide</button>
  12.           </div>
  13. @@ -517,7 +518,6 @@ limitations under the License. */ %>
  14.          <div style="clear: both;"></div>
  15.        </div>
  16.      </div>
  17. -  </div>
  18.  <% return ejs_data; }); %>
  19.  
  20.  <% template.define('pageBottom', function() { var ejs_data=''; %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement