PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/widgets/widget-notes.php +5 -1 1.1.01.1.10 View file →
@@ -26,12 +26,16 @@
26 26
27 27 $js_path = OPENSTATION_DIR . 'assets/js/widget-notes' . $suffix . '.js';
28 28 $css_path = OPENSTATION_DIR . 'assets/js/widget-notes' . $suffix . '.css';
29 29
30 + // Depends on `os-files` because the pad's sheets wear the
31 + // canonical `.os-file-tile` chrome while being dragged — anything
32 + // that restyles a tile has to print after the file that declares
33 + // one, whatever order the two handles were enqueued in.
30 34 wp_register_style(
31 35 'os-notes-widget',
32 36 OPENSTATION_URL . 'assets/js/widget-notes' . $suffix . '.css',
33 - array(),
37 + array( 'os-files' ),
34 38 file_exists( $css_path ) ? (string) filemtime( $css_path ) : $version
35 39 );
36 40
37 41 wp_register_script(