Commit 2807efce authored by 神楽坂玲奈's avatar 神楽坂玲奈

dialog

parent ae7d3f8c
...@@ -408,15 +408,15 @@ $(document).ready -> ...@@ -408,15 +408,15 @@ $(document).ready ->
$(".text,.graphic").toggleClass("graphic text") $(".text,.graphic").toggleClass("graphic text")
decks.render() decks.render()
$("#deck_share_dialog").dialog addthis.init()
$("#deck_share_dialog").dialog
modal: true modal: true
autoOpen: false autoOpen: false
$("#drop_upload_dialog").dialog $("#drop_upload_dialog").dialog
dialogClass: 'drop_upload' dialogClass: 'drop_upload'
draggable: false draggable: false
resizable: false resizable: false
modal: true modal: true
autoOpen: false autoOpen: false
\ No newline at end of file
addthis.init()
\ No newline at end of file
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
</div> </div>
</div> </div>
</div> </div>
<div id="deck_share_dialog" title="share" style="display: none"> <div id="deck_share_dialog" title="share">
<fieldset> <fieldset>
<legend>URL</legend> <legend>URL</legend>
<input id="deck_url" readonly="readonly"/><br/> <input id="deck_url" readonly="readonly"/><br/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment