Changeset 1497
- Timestamp:
- 09/24/09 20:21:53 (14 years ago)
- Location:
- plugins/supSubTags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/supSubTags/_define.php
r1443 r1497 26 26 /* Description*/ "Add superscript and subscript tags to syntax", 27 27 /* Author */ "Moe (http://gniark.net/)", 28 /* Version */ '1.0. 1',28 /* Version */ '1.0.2', 29 29 /* Permissions */ 'usage,contentadmin' 30 30 ); -
plugins/supSubTags/index.php
r1443 r1497 65 65 $("#preview").show(); 66 66 67 $('input[ @type="text"]').keyup(function() {67 $('input[type="text"]').keyup(function() { 68 68 $("#code").val("x"+ 69 69 $("#supsub_tags_sup_open").val()+"y"+$("#supsub_tags_sup_close").val()+
Note: See TracChangeset
for help on using the changeset viewer.