Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Jackowski committed May 13, 2016
1 parent bdfd68d commit f51e6ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion includes/admin/transifex-live-integration-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static public function admin_notices_hook() {
}

if ( $is_admin_page_notice ) {
echo '<div class="notice is-dismissable">' . $notice . '</div>';
echo '<div class="notice notice-success is-dismissable">' . $notice . '</div>';
}
if ( $is_admin_dashboard_notice ) {
echo '<div class="clear"></div>';
Expand Down
1 change: 0 additions & 1 deletion javascript/transifex-live-integration-settings-page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
jQuery.log.level('debug');
function transifex_live_integration_mapper(l1) {
return {
'caption': l1['tx_name'],
Expand Down

0 comments on commit f51e6ae

Please sign in to comment.