Skip to content

Commit

Permalink
Merge pull request #368 from causefx/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
causefx authored May 31, 2017
2 parents 4151765 + 326e8fe commit d7e5c3e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// ===================================
// Define Version
define('INSTALLEDVERSION', '1.343');
define('INSTALLEDVERSION', '1.344');
// ===================================

// Debugging output functions
Expand Down
Binary file added images/chronograf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/freenas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/influxdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ function submitTabs(form) {
<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>
Expand Down Expand Up @@ -2702,7 +2703,7 @@ function checkGithub() {
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");?>')
Expand Down

0 comments on commit d7e5c3e

Please sign in to comment.