Upgrade to Bootstrap 3
This commit is contained in:
parent
95671d4f08
commit
6b23f4613c
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Tue Sep 03 2013 23:00:17
|
#Date Tue Sep 03 2013 23:04:10
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
@ -4548,7 +4548,7 @@ define("config", function() {}), define("settings", [ "underscore", "config" ],
|
|||||||
}); else try {
|
}); else try {
|
||||||
r.appendChild(s);
|
r.appendChild(s);
|
||||||
} catch (l) {
|
} catch (l) {
|
||||||
r.appendChild(document.createTextNode(s.textContent));
|
r.appendChild(document.createTextNode(s.innerText));
|
||||||
}
|
}
|
||||||
i.shift();
|
i.shift();
|
||||||
}
|
}
|
||||||
|
@ -143,7 +143,7 @@ define([
|
|||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
// IE fails with text nodes
|
// IE fails with text nodes
|
||||||
sectionElt.appendChild(document.createTextNode(elt.textContent));
|
sectionElt.appendChild(document.createTextNode(elt.innerText));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
markdownEltList.shift();
|
markdownEltList.shift();
|
||||||
|
Loading…
Reference in New Issue
Block a user