dtext: add dtext cheatsheet popup.

This commit is contained in:
evazion
2019-11-10 02:45:27 -06:00
parent 69f005a89c
commit 9cf5b1f01c
6 changed files with 129 additions and 2 deletions

View File

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