forked from 0x2620/oxjs
use Ox.print instead of console.log
This commit is contained in:
parent
4cc7bad63c
commit
9eac279745
7 changed files with 16 additions and 16 deletions
|
|
@ -8,7 +8,7 @@ $(function() {
|
|||
{
|
||||
value: "Change Title",
|
||||
click: function() {
|
||||
console.log("click to change title")
|
||||
Ox.print("click to change title")
|
||||
$dialog.options({
|
||||
title: "New Title"
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue