« Project home page
my little forum
Log in
Register
Search:
Back to the entry by Micha
Post reply
Reply to the message by
Micha
Name:
E-mail:
(optional, won't be displayed directly)
Leave this field empty:
Homepage:
(optional)
Leave this field empty:
Location:
(optional)
Remember me (cookie)
Category:
General
Project organisation
Technics
Design/Themes
Features
Development
Todo
Bugs
German / Deutsch
Spanish / Español
French / Français
Accessibility/UX
Subject:
Formatting help
skip to input
format text bold
[b]bold text[/b]
format text italic
[i]italic text[/i]
insert hyperlink
[link=http://example.com/]link text[/link] / [link]http://example.com/[/link]
set text color
[color=#rgb]colored text[/color]
font size
[size=small]small text[/size]
[size=large]large text[/size]
insert list
[list][*]list item[/list]
insert image
[img]http://example.com/image.jpg[/img]
left: [img=left]http://example.com/image.jpg[/img]
right: [img=right]http://example.com/image.jpg[/img]
thumbnail: [img=thumbnail]http://example.com/image.jpg[/img]
thumbnail left: [img=thumbnail-left]http://example.com/image.jpg[/img]
thumbnail right: [img=thumbnail-right]http://example.com/image.jpg[/img]
upload image
upload image ...
insert TeX code
[tex]TeX code[/tex]
insert code
[inlinecode]code[/inlinecode]
[code]code[/code]
[code=css]code[/code]
[code=html]code[/code]
[code=javascript]code[/code]
[code=perl]code[/code]
[code=php]code[/code]
[code=sql]code[/code]
[code=xml]code[/code]
:-)
;-)
:-P
:-D
:-|
:-(
:yes:
:no:
:ok:
:lol:
:lol2:
:lol3:
:cool:
:surprised:
:angry:
:crying:
:waving:
:confused:
:lookaround:
:clap:
:love:
:tick:
Message:
> Hello, > > > Am I right, that when I remove the function in the variable [inlinecode]initBackupControls[/inlinecode] and its call inside the function [inlinecode]MyLittleAdmin[/inlinecode] there remains [i]nothing more[/i] than [link=https://github.com/ilosuna/mylittleforum/blob/39a0c3b00be30358aa2c902b9d186e3052ce6f45/js/admin.js#L102]the call for [inlinecode]DragAndDropTable[/inlinecode][/link] in the event listener? > > I think this file content can be reduced to > > [code=javascript]document.addEventListener("DOMContentLoaded", function(e) { > new DragAndDropTable(document.getElementById("sortable"), "admin", "action"); > });[/code] > > Moreover, the i18n files can be reduced due to the reduction, i.e., > > [code=javascript]lang["delete_backup_confirm"] > lang["delete_sel_backup_confirm"] > lang["check_all"] > lang["uncheck_all"][/code] > > In [link=https://github.com/ilosuna/mylittleforum/blob/38fc8f5a7968abf164f2c7b8683b3c1978e710d4/includes/js_defaults.inc.php#L80]js_defaults.inc.php[/link], the block becomes obsolete, too > > [code=php]<?php if(isset($user_type) && $user_type==2): ?> > lang["check_all"] = "<?php echo addslashes($lang['check_all']); ?>"; > lang["uncheck_all"] = "<?php echo addslashes($lang['uncheck_all']); ?>"; > lang["delete_backup_confirm"] = "<?php echo addslashes($lang['delete_backup_confirm']); ?>"; > lang["delete_sel_backup_confirm"] = "<?php echo addslashes($lang['delete_sel_backup_confirm']); ?>"; > <?php endif; ?>[/code] > > Do you modify these files? > > /Micha
E-mail notification on reply of this posting
OK - Submit
Preview