Skip to content

Commit 0524e63

Browse files
authored
Merge pull request JetBrains#1013 from JetBrains/fix-online-resouces
Fix Kotlin Online Resources image. Update JQuery call function
2 parents 36f1f22 + c59ddec commit 0524e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/page/community/community.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $(document).ready(function () {
3333
$.ajax({
3434
url: '/assets/images/all_speak_kotlin.svg',
3535
dataType: 'xml'
36-
}).success(function (data) {
36+
}).done(function (data) {
3737
var svgElement = data.documentElement;
3838
var $imgElement = $('.all-speak-kotlin_img');
3939
$(svgElement).find('g').each(function (index, element) {

0 commit comments

Comments
 (0)