From: Anthony Talarico Date: Mon, 12 Aug 2019 14:19:40 +0000 (-0400) Subject: boarding up the react redux portion of the plugin, can be worked on a later date... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=05ed1f5d9c20c5454beb02c5a2c46fff13ea315b;p=WP-Plugins%2Fglm-member-db-mobile-notifications.git boarding up the react redux portion of the plugin, can be worked on a later date but after seeing the foundation 6 efforts for the admin revamp it's best to conform to that. --- diff --git a/models/admin/appNotifications/index.php b/models/admin/appNotifications/index.php index 62e1d20..beacbea 100755 --- a/models/admin/appNotifications/index.php +++ b/models/admin/appNotifications/index.php @@ -104,8 +104,8 @@ class GlmMembersAdmin_appNotifications_index $lockedWhereT = 'true'; $membersList = false; $lockedWhere = 'true'; - wp_register_script( 'glma_admin_js', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/js/glma-app-notifications.js' , false, '1.0.0' ); - wp_enqueue_script( 'glma_admin_js' ); + // wp_register_script( 'glma_admin_js', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/js/glma-app-notifications.js' , false, '1.0.0' ); + // wp_enqueue_script( 'glma_admin_js' ); wp_register_style( 'glma_admin_css', GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/css/lib.min.css'); wp_enqueue_style( 'glma_admin_css' ); wp_register_style( 'glma_admin_lib_css',GLM_MEMBERS_APP_NOTIFICATIONS_PLUGIN_URL.'dist/css/glma-app-notifications.min.css'); diff --git a/views/admin/appNotifications/index.html b/views/admin/appNotifications/index.html index d4b31f6..42be9d8 100755 --- a/views/admin/appNotifications/index.html +++ b/views/admin/appNotifications/index.html @@ -1,3 +1,6 @@ - -
+ +
+ GLMA App Notifications +
diff --git a/views/admin/init/index.html b/views/admin/init/index.html new file mode 100644 index 0000000..6ef3927 --- /dev/null +++ b/views/admin/init/index.html @@ -0,0 +1,3 @@ +
+ Glma Mobile Notifications UI +
\ No newline at end of file