Fix broken styling in vfs list

This commit is contained in:
Hadi Nategh
2019-01-09 15:27:47 +01:00
parent 54bd5eac99
commit 1d11aad2b2
2 changed files with 6 additions and 6 deletions

View File

@@ -273,7 +273,7 @@ var et2_vfsPath = (function(){ "use strict"; return et2_vfsName.extend(
init: function()
{
this.div = jQuery(document.createElement("div"))
.addClass('et2_vfs');
.addClass('et2_vfsPath');
this.span = jQuery(document.createElement("ul"))
.appendTo(this.div);
this._super.apply(this, arguments);