Skip to content

Commit 22b6a03

Browse files
committed
update
1 parent 9fb02b5 commit 22b6a03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testapp/app/views/home/index.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<h1>Home#index</h1>
22
<p>Find me in app/views/home/index.html.erb</p>
33

4-
<textarea id="some-textarea" style="width: 810px; height: 200px;" placeholder="Enter text ..."></textarea>
4+
<textarea id="some-textarea" style="width: 810px; height: 200px;" placeholder="Enter text ...">
5+
<b>This is some previous text</b>
6+
</textarea>
57

68
<script type="text/javascript">
79
$('#some-textarea').wysihtml5({

0 commit comments

Comments
 (0)