more links, add ParasiticalInheritance, make text selectable
This commit is contained in:
parent
9c2a3cc729
commit
0e45ec0e05
3 changed files with 27 additions and 4 deletions
4
index.js
4
index.js
|
|
@ -443,7 +443,7 @@ Ox.load(function() {
|
|||
page: function(page, replace) {
|
||||
var $element = Ox.Container();
|
||||
$('<div>')
|
||||
.addClass('Ox____Serif page')
|
||||
.addClass('Ox____Serif OxSelectable page')
|
||||
.html(app.html[page].replace(app.re.version[0], app.re.version[1]))
|
||||
.appendTo($element);
|
||||
return $element;
|
||||
|
|
@ -474,7 +474,7 @@ Ox.load(function() {
|
|||
},
|
||||
readme: function() {
|
||||
var $list = Ox.Container().css({overflowY: 'scroll'}),
|
||||
$text = Ox.Container().addClass('OxSerif text'),
|
||||
$text = Ox.Container().addClass('OxSerif OxSelectable text'),
|
||||
self = {},
|
||||
that = Ox.SplitPanel({
|
||||
elements: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue