mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 07:15:04 +02:00
Fix a few issues from Scrutinizer
- Remove debug code - Remove some unused variables - Add get_ui() to base class that gives error message (should always be a subclass)
This commit is contained in:
@ -1915,7 +1915,6 @@ var AppJS = (function(){ "use strict"; return Class.extend(
|
||||
*/
|
||||
_share_link_callback: function(_data) {
|
||||
if (_data.msg || _data.share_link) window.egw_refresh(_data.msg, this.appname);
|
||||
console.log("_data", _data);
|
||||
|
||||
var copy_link_to_clipboard = null;
|
||||
|
||||
|
Reference in New Issue
Block a user