app dialog: make text selectable

This commit is contained in:
Rolux 2016-01-08 11:06:10 +05:30
parent f979cd4890
commit c9de18d9f8

View file

@ -17,7 +17,7 @@ oml.ui.appDialog = function() {
var $content = Ox.Element(), var $content = Ox.Element(),
$logo = Ox.Element(), $logo = Ox.Element(),
$text = Ox.Element() $text = Ox.Element()
.addClass('OxTextPage'), .addClass('OxTextPage OxSelectable'),
title = Ox._(Ox.getObjectById( title = Ox._(Ox.getObjectById(
Ox.getObjectById(oml.config.pages, 'app').parts, Ox.getObjectById(oml.config.pages, 'app').parts,
id id