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