Plugin Directory

Changeset 3440188


Ignore:
Timestamp:
01/15/2026 09:36:26 AM (8 weeks ago)
Author:
loymax
Message:

Fixed

Location:
loymaxapp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • loymaxapp/trunk/includes/loymax-install-wizard.php

    r2368561 r3440188  
    4343    public function enqueue_scripts() {
    4444        wp_enqueue_style( 'loymax-style', plugins_url( 'admin/loymax-plugin-styles.css', LOYMAX_WEB_APP_PLUGIN_FILE ) );
    45         wp_enqueue_style( 'jquery-ui-css', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.min.css' );
     45        wp_enqueue_style( 'jquery-ui-css', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.min.css' );
    4646        wp_enqueue_style( 'buttons', false );
    4747        wp_enqueue_style( 'list-tables', false );
  • loymaxapp/trunk/loymax-app.php

    r3440106 r3440188  
    9090            add_action( 'admin_enqueue_scripts', function ( $hook ) {
    9191                if ( strpos( $hook, 'page_loymax-plugin' ) !== false ) {
    92                     wp_enqueue_style( 'jquery-ui-css', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.min.css' );
     92                    wp_enqueue_style( 'jquery-ui-css', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/themes/smoothness/jquery-ui.min.css' );
    9393                    wp_enqueue_script( 'jquery-ui-core' );
    9494                    wp_enqueue_script( 'jquery-ui-dialog' );
Note: See TracChangeset for help on using the changeset viewer.