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