Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
remove fixed toolbars because javascript problems
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 13, 2015
1 parent 9a42e27 commit 7371761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Modul OM-Backend Changelog
=================================

Version 1.0.7 stable (2015-03-13)
---------------------------------
- Removed: fixed toolbars removed because javascript problems


Version 1.0.6 stable (2014-08-21)
---------------------------------
- Added: new feature 'sysinfo'
Expand Down
10 changes: 0 additions & 10 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@
}


/**
* Adding javascript
*/
if (TL_MODE == 'BE')
{
$GLOBALS['TL_JAVASCRIPT'][] = '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js';
$GLOBALS['TL_JAVASCRIPT'][] = 'system/modules/om_backend/assets/js/om_backend.js';
}


/**
* Backend modules
*/
Expand Down

0 comments on commit 7371761

Please sign in to comment.