Thread Starter
njrwc
(@njrwc)
Strange..I reinstalled it, and everything worked! Weird.
Thread Starter
njrwc
(@njrwc)
FYI: It was due to ajax being cached in IE10
I added the following to my theme/template file and it solved the issue:
<script>
jQuery(document).ready(function($) {
// Code here will be executed on document ready. Use $ as normal.
$.ajaxSetup({ cache: false });
});
</script>
Thread Starter
njrwc
(@njrwc)
Going through firebug, it calls
http://<domain>/wp-content/plugins/sp-client-document-manager/ajax.php?function=file-list&uid=3&search=
The javascript executes properly, but it doesn’t show the updated data — files that were either added or deleted.
If I manually run the URL in the browser, the data is correct.
Pressing refresh inside the sp document manager then shows the updated data.
If you’d like to see view this happening or have any questions, please feel free to email me or reply here.