Skip to content
Snippets Groups Projects

Howto card on password from the internal repo

Merged Laurent Heirendt requested to merge (removed):include-pwd into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@
jQuery.ajax({
url: url,
dataType: 'text',
type: 'HEAD',
type: 'GET',
cache: false,
complete: function(xhr){
if(typeof cb === 'function')
Loading