Skip to content

Commit f5009ab

Browse files
committed
Update
1 parent bd66465 commit f5009ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ie11_enable.reg

6 Bytes
Binary file not shown.

main.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div id="wrapper">
5151
<div id="list" onselectstart="return false">
5252
<div id="panel">
53-
<div id="btn" class="add" style="float:left;" onclick="document.location='#new';"><img src="style\images\new.png" /></div>
53+
<div id="btn" class="add" style="float:left;" onclick="document.location='#new';"><img src="style/images/new.png" /></div>
5454
<div class="title" id="NotesCount">Заметки (3)</div>
5555
<div id="btn" style="float:right;cursor:default;"></div>
5656
</div>
@@ -64,9 +64,9 @@
6464

6565
<div id="editor">
6666
<div id="panel" onselectstart="return false">
67-
<div id="btn" style="float:left;" onclick="document.location='#rem';"><img src="style\images\rm.png" /></div>
67+
<div id="btn" style="float:left;" onclick="document.location='#rem';"><img src="style/images/rm.png" /></div>
6868
<div class="title" id="NoteTitle">Заметка</div>
69-
<div id="btn" style="float:right;" onclick="document.location='#done';"><img src="style\images\done.png" /></div>
69+
<div id="btn" style="float:right;" onclick="document.location='#done';"><img src="style/images/done.png" /></div>
7070
</div>
7171
<div id="meta" onselectstart="return false">
7272
<div id="DayAgo">3 дня назад</div>

0 commit comments

Comments
 (0)