mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-15 05:02:20 +00:00
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
|
$(function () {
|
||
|
eval($('#code').text());
|
||
|
prettyPrint();
|
||
|
});
|