mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@ -79,7 +79,7 @@ var et2_dataview_tile = (function(){ "use strict"; return et2_dataview_row.exten
|
||||
invalidate: function() {
|
||||
if(this._inTree && this.tr)
|
||||
{
|
||||
var template_width = $j('.innerContainer',this.tr).children().outerWidth(true);
|
||||
var template_width = jQuery('.innerContainer',this.tr).children().outerWidth(true);
|
||||
if(template_width)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user