Upgrade to Bootstrap 3

This commit is contained in:
benweet 2013-09-03 23:04:22 +01:00
parent 95671d4f08
commit 6b23f4613c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Tue Sep 03 2013 23:00:17
#Date Tue Sep 03 2013 23:04:10
CACHE:
index.html

View File

@ -4548,7 +4548,7 @@ define("config", function() {}), define("settings", [ "underscore", "config" ],
}); else try {
r.appendChild(s);
} catch (l) {
r.appendChild(document.createTextNode(s.textContent));
r.appendChild(document.createTextNode(s.innerText));
}
i.shift();
}

View File

@ -143,7 +143,7 @@ define([
}
catch(e) {
// IE fails with text nodes
sectionElt.appendChild(document.createTextNode(elt.textContent));
sectionElt.appendChild(document.createTextNode(elt.innerText));
}
}
markdownEltList.shift();