Ver Fonte

Take Away Default Setting popup

causefx há 8 anos atrás
pai
commit
df9cdb4487
2 ficheiros alterados com 3 adições e 2 exclusões
  1. 1 1
      functions.php
  2. 2 1
      settings.php

+ 1 - 1
functions.php

@@ -2,7 +2,7 @@
 
 // ===================================
 // Define Version
- define('INSTALLEDVERSION', '1.343');
+ define('INSTALLEDVERSION', '1.344');
 // ===================================
 
 // Debugging output functions

+ 2 - 1
settings.php

@@ -309,6 +309,7 @@ endif; ?>
                                     <li><a id="open-homepage"><i class=" fa fa-home yellow"></i>Edit Homepage</a></li>
                                     <li><a id="open-advanced"><i class=" fa fa-cog light-blue"></i>Advanced</a></li>
                                     <li><a id="open-info"><i class=" fa fa-info orange"></i>&nbsp; About</a></li>
+                                    <li><a href="https://paypal.me/causefx" target="_blank"><i class=" fa fa-money red"></i>Donate</a></li>
                                 </ul>
                             </div>
                         </div>
@@ -2702,7 +2703,7 @@ echo buildSettings(
             authTypeFunc();
 			} else { console.log() }
             //Simulate Edit Tabs Click 
-            $("#open-tabs").trigger("click");
+            //$("#open-tabs").trigger("click");
             //Append Delete log to User Logs
             $("div[class^='DTTT_container']").append('<form style="display: inline; margin-left: 3px;" id="deletelog" method="post" onsubmit="ajax_request(\'POST\', \'deleteLog\'); return false;"><input type="hidden" name="action" value="deleteLog" /><button class="btn waves btn-labeled btn-danger text-uppercase waves-effect waves-float" type="submit"><span class="btn-label"><i class="fa fa-trash"></i></span><?php echo $language->translate("PURGE_LOG");?> </button></form>')
             $("a[id^='ToolTables_datatable_0'] span").html('<?php echo $language->translate("PRINT");?>')