Skip to content

Commit

Permalink
Fix display aberration
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Mar 12, 2017
1 parent c81d872 commit 255e892
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added archive/ca.turbo-2017.03.12a-x86_64-1.txz
Binary file not shown.
7 changes: 5 additions & 2 deletions plugins/ca.turbo.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.turbo">
<!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2017.03.12">
<!ENTITY md5 "09582e372ebbef854dd4ae2a9b18eada">
<!ENTITY version "2017.03.12a">
<!ENTITY md5 "9d038852fb57b98e33ed1fee8bc82bd9">
<!ENTITY launch "Settings/Turbo">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/ca.turbo">
Expand All @@ -13,6 +13,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">

<CHANGES>
###2017.03.12a
- Fix minor display aberration

###2017.03.12
- Initial Release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function changeApply() {
}
$("#enabled").prop("disabled",false);
$("#applyButton").prop("disabled",false);
$("#debugging").html("You need to Apply the changes to take effect");
}

function getSettings() {
Expand Down

0 comments on commit 255e892

Please sign in to comment.