Skip to content

Commit

Permalink
A bug with extjs tree and missing blank image was solved
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Sep 24, 2024
1 parent 809bd5c commit e4c49b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/extjs/ext-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Ext.apply = function(o, c, defaults){
* "http://extjs.com/s.gif" and you should change this to a URL on your server).
* @type String
*/
BLANK_IMAGE_URL : "http:/"+"/extjs.com/s.gif",
BLANK_IMAGE_URL : "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=",

emptyFn : function(){},

Expand Down
2 changes: 1 addition & 1 deletion public/js/extjs/ext-tree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4c49b4

Please sign in to comment.