Skip to content

Commit b14158e

Browse files
committed
add gif
1 parent 314e14c commit b14158e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

jstree/Gruntfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ module.exports = function(grunt) {
3131
png2: {
3232
url: 'https://raw.githubusercontent.com/vakata/jstree/3.0.2/dist/themes/default/40px.png',
3333
name: '40px.png'
34+
},
35+
gif: {
36+
url: 'https://raw.githubusercontent.com/vakata/jstree/3.0.2/dist/themes/default/throbber.gif',
37+
name: 'throbber.gif'
3438
}
3539
}
3640
});

jstree/dist/throbber.gif

1.68 KB
Loading

jstree/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"jstree.js",
6161
"default.css",
6262
"32px.png",
63-
"40px.png"
63+
"40px.png",
64+
"throbber.gif"
6465
]
6566
}
6667
}

0 commit comments

Comments
 (0)