Merge pull request #5102 from JakubOnderka/patch-21

fix: [UI] Remove rest of unused code
pull/5103/head
Andras Iklody 2019-09-04 15:33:58 +02:00 committed by GitHub
commit d1e45e72e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -67,8 +67,3 @@ $disabledBtnText = $updateLocked ? 'title="' . __('An action is already in progr
<?php
echo $this->element('/genericElements/SideMenu/side_menu', array('menuList' => 'admin', 'menuItem' => 'adminTools'));
?>
<script type="text/javascript">
$(document).ready(function(){
});
</script>