We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8799e9 commit 0216aacCopy full SHA for 0216aac
resources/views/snippets/multi.blade.php
@@ -46,8 +46,8 @@
46
</div>
47
48
<div>
49
- <!-- <button onclick="toggleFullScreen()" class="small-button"><span>Fullscreen</span></button> -->
50
- <!-- <button class="copy-embed-button small-button small-button" onclick="copyEmbedCode()">Copy Embed Code</button> -->
+ <button onclick="toggleFullScreen()" class="small-button"><span>Fullscreen</span></button>
+ <button class="copy-embed-button small-button small-button" onclick="copyEmbedCode()">Copy Embed Code</button>
51
52
<div class="bottom-bar-right">
53
<a class="coderog-snippets-logo" href="{{ url('snippet/' . $snippet->uid) }}" target="_blank">
0 commit comments