Plugin Directory

Changeset 681840


Ignore:
Timestamp:
03/14/2013 03:12:40 PM (13 years ago)
Author:
ondics
Message:

1.0.5 Conflicts in Adminpanel

Location:
open-data-viewer-for-austria
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • open-data-viewer-for-austria/tags/1.0.5/ckanfunc.php

    r681835 r681840  
    133133
    134134function add_recline_scripts_admin($hook) {
    135     if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook = "post-new.php") { // enqueue only if admin on editing page oder widget page
     135    if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook == "post-new.php") { // enqueue only if admin on editing page oder widget page
    136136        $browser = browser_info();
    137137        $path = plugins_url( '/recline/' , __FILE__ );
  • open-data-viewer-for-austria/trunk/ckanfunc.php

    r681835 r681840  
    133133
    134134function add_recline_scripts_admin($hook) {
    135     if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook = "post-new.php") { // enqueue only if admin on editing page oder widget page
     135    if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook == "post-new.php") { // enqueue only if admin on editing page oder widget page
    136136        $browser = browser_info();
    137137        $path = plugins_url( '/recline/' , __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.