浏览代码

Remove onload flag for ios

Sebastián Katzer 8 年之前
父节点
当前提交
77ecc1645a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      plugin.xml

+ 1 - 2
plugin.xml

@@ -71,8 +71,7 @@
     <platform name="ios">
         <config-file target="config.xml" parent="/*">
             <feature name="LocalNotification">
-                <param name="ios-package" value="APPLocalNotification" onload="true" />
-                <param name="onload" value="true" />
+                <param name="ios-package" value="APPLocalNotification" />
             </feature>
         </config-file>