Skip to content

Commit 99a9c7e

Browse files
committed
Case change only on function name
1 parent 744cfba commit 99a9c7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@
176176
</ul>
177177
</div>
178178
<div id="githubNav" class="githubNav">
179-
<div class="commit" id="githubNavCommit" onclick="top.ICEcoder.gitHubAction('commit')">Commit</div>
179+
<div class="commit" id="githubNavCommit" onclick="top.ICEcoder.githubAction('commit')">Commit</div>
180180
<div class="selected" id="githubNavSelectedCount">Selected: 0</div>
181-
<div class="pull" id="githubNavPull" onclick="top.ICEcoder.gitHubAction('pull')">Pull</div>
181+
<div class="pull" id="githubNavPull" onclick="top.ICEcoder.githubAction('pull')">Pull</div>
182182
</div>
183183
<div class="options" id="fileOptions">
184184
<div id="optionsFile" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false">
@@ -313,4 +313,4 @@
313313

314314
</body>
315315

316-
</html>
316+
</html>

0 commit comments

Comments
 (0)