remove print statement
This commit is contained in:
parent
893ba67bc0
commit
6aa3f95a4d
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ Ox.Theme = (function() {
|
|||
$('.OxColor').each(function() {
|
||||
var $element = $(this);
|
||||
if ($element.hasClass('OxColorName')) {
|
||||
Ox.print($element.data('OxImage'), theme, $element.data('OxColor'))
|
||||
$element.attr({src: Ox.UI.getImageURL(
|
||||
$element.data('OxImage'), theme, $element.data('OxColor')
|
||||
)});
|
||||
|
|
Loading…
Reference in a new issue