Arquivos
webmind/restrict/framework/scripts/mind.update.js
T

11 linhas
278 B
JavaScript

Mind.Update = {
url : "http://felipe/flpnm/thewebmind.org/update/update.php",
Verify : function(){
alert('aff');
var html = $.ajax({
url: Mind.Update.url,
async: false
}).responseText;
Mind.Dialog.OpenModal(true,"400","400","Mind Update","middle",html,"");
}
}