Borked NanoUI

This commit is contained in:
ZomgPonies
2014-04-19 21:25:57 -04:00
parent 7ef8b46012
commit 042551e586
+2 -6
View File
@@ -207,15 +207,11 @@ NanoBaseHelpers = function ()
{
status = 'selected';
}
<<<<<<< HEAD
html += '<div class="link ' + status + ' dnaSubBlock" data-href="' + generateHref(parameters) + '" id="dnaBlock' + index + '">' + characters[index] + '</div>';
=======
html += '<div class="link ' + status + ' dnaSubBlock" data-href="' + generateHref(parameters) + '" id="dnaBlock' + index + '">' + characters[index] + '</div>'
>>>>>>> 16f787a... Virology - NanoUI, gameplay tweaks, bugfixes
index++;
if (index % blockSize == 0 && index < characters.length)
{