1
0
Fork 0
forked from 0x2620/oxjs

more links, add ParasiticalInheritance, make text selectable

This commit is contained in:
j 2012-04-19 20:33:27 +02:00
commit 0e45ec0e05
3 changed files with 27 additions and 4 deletions

View file

@ -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: [