This website works better with JavaScript.
Home
Help
Sign In
Teknikode
/
Teknik
Watch
3
Star
16
Fork
4
Code
Issues
38
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Fixed client creation not adding item to list
tags/3.0.0^2
Teknikode
10 months ago
parent
11da968e1c
commit
6fcead2fe8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Teknik/Scripts/User/DeveloperSettings.js
+ 1
- 1
Teknik/Scripts/User/DeveloperSettings.js
View File
@@ -55,7 +55,7 @@ function createClient() {
$('#noClients').remove();
}
var item = $(response);
var item = $(response
.html
);
processClientItem(item);
Write
Preview
Loading…
Cancel
Save