Files
danbooru/app/views/static/dtext_help.js.erb
2019-11-10 14:48:17 -06:00

11 lines
186 B
Plaintext

$("<%= j render "static/dtext_help" %>").dialog({
title: "DText Help",
width: 700,
modal: true,
buttons: {
"Close": function() {
$(this).dialog("close");
}
}
});