rewrite Ox.formatDuration()
This commit is contained in:
parent
efca832c76
commit
a39f76863f
2 changed files with 58 additions and 39 deletions
|
|
@ -4,15 +4,8 @@
|
|||
<title>ox.js form demo</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="css/form.css"/>
|
||||
<script type="text/javascript" src="../../build/Ox.js"></script>
|
||||
<script type="text/javascript" src="../../dev/Ox.js"></script>
|
||||
<script type="text/javascript" src="js/form.js"></script>
|
||||
<!--<script>
|
||||
$(function() {
|
||||
new Ox.Button({title: "close", type: "image"}).appendTo($("body"));
|
||||
new Ox.Button({title: "remove", type: "image"}).appendTo($("body"));
|
||||
new Ox.Button({title: "add", type: "image"}).appendTo($("body"));
|
||||
});
|
||||
</script>-->
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue