1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-05-23 01:11:36 +02:00
2015-02-25 14:08:14 +01:00

4 lines
63 B
JavaScript
Executable File

$(function () {
eval($('#code').text());
prettyPrint();
});