remove alert til can be debugged further on the alert appearing during updates
parent
d69a287862
commit
61819f0137
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2021.05.16a">
|
||||
<!ENTITY md5 "6fecb28c57b030e0a2d51a005ca8f38f">
|
||||
<!ENTITY version "2021.05.16b">
|
||||
<!ENTITY md5 "b3714f8851f0c405cfae5b2c2354d938">
|
||||
<!ENTITY launch "Apps">
|
||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||
<!ENTITY github "Squidly271/community.applications">
|
||||
|
|
|
@ -132,7 +132,6 @@ var unRaidFontSize = $("html").css("font-size").replace("px","");
|
|||
|
||||
$(function(){
|
||||
window.onerror = function(msg,url,lineNo,columnNo, error) {
|
||||
alert("Fatal javascript error. "+msg+error);
|
||||
post({action:'javascriptError',msg:msg,url:url,lineNo:lineNo,columnNo:columnNo,error:error});
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
|
||||
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
|
||||
087ed601fb7f3f11ff3b9b57fabf88e0 ./CommunityApps.page
|
||||
d95f45d4485f5ea569e1133576c80ec6 ./CommunityApps.page
|
||||
6db73582f22dab13d329e862067ee84e ./PluginAPI.page
|
||||
b398273cf7daa62ab00d2de2336ca25f ./README.md
|
||||
1a908064914041c48be7bf0dab77515a ./ca_settings.page
|
||||
|
|
Loading…
Reference in New Issue