mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/13713] Very basic dropdown implementation
PHPBB3-13713
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
var text_name = <!-- IF $SIG_EDIT -->'signature'<!-- ELSE -->'message'<!-- ENDIF -->;
|
||||
var load_draft = false;
|
||||
var upload = false;
|
||||
var mention_url = '{UA_MENTION_URL}';
|
||||
var mention_topic_id = '{S_TOPIC_ID}';
|
||||
|
||||
// Define the bbCode tags
|
||||
var bbcode = new Array();
|
||||
@@ -25,6 +27,9 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<!-- INCLUDECSS {T_ASSETS_PATH}/css/jquery.atwho.min.css -->
|
||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.caret.min.js -->
|
||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/jquery.atwho.min.js -->
|
||||
<!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js -->
|
||||
|
||||
<!-- IF S_BBCODE_ALLOWED -->
|
||||
|
Reference in New Issue
Block a user