Storage API : Fixed a typo which prevented the whole script to run in Internet Explorer 6.

skala
jkbockstael 14 years ago
parent 4f657a642e
commit f83fda80f0
  1. 2
      main/newscorm/js/storageapi.js

@ -175,7 +175,7 @@ lms_storage_getAllUsers = function() {
type: "POST",
url: "storageapi.php",
data: {
action: "usersgetall",
action: "usersgetall"
},
success: function(data) {
result = eval(data);

Loading…
Cancel
Save