We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f1f22 + c59ddec commit 0524e63Copy full SHA for 0524e63
static/js/page/community/community.js
@@ -33,7 +33,7 @@ $(document).ready(function () {
33
$.ajax({
34
url: '/assets/images/all_speak_kotlin.svg',
35
dataType: 'xml'
36
- }).success(function (data) {
+ }).done(function (data) {
37
var svgElement = data.documentElement;
38
var $imgElement = $('.all-speak-kotlin_img');
39
$(svgElement).find('g').each(function (index, element) {
0 commit comments