mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 06:34:26 +02:00
Changed to 'javascript:void(0)'
This commit is contained in:
parent
ee1a22d667
commit
fbbd04c96a
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
</p>
|
||||
<div class="iconHolder box horizontal">
|
||||
<% for (var i = 0; i < ids.length; i++) { %>
|
||||
<a href="#" class="levelIcon box center centerAlign vertical" id="levelIcon-<%=ids[i]%>" data-id="<%=ids[i]%>">
|
||||
<a href="javascript:void(0)" class="levelIcon box center centerAlign vertical" id="levelIcon-<%=ids[i]%>" data-id="<%=ids[i]%>">
|
||||
<div class="index box" data-id="<%=ids[i]%>">
|
||||
<i class="icon-ok-circle" data-id="<%=ids[i]%>"></i>
|
||||
<div class="indexNum" data-id="<%=ids[i]%>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue