Upgrade to Bootstrap 3
This commit is contained in:
parent
95671d4f08
commit
6b23f4613c
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user