Changeset 681840
- Timestamp:
- 03/14/2013 03:12:40 PM (13 years ago)
- Location:
- open-data-viewer-for-austria
- Files:
-
- 2 edited
-
tags/1.0.5/ckanfunc.php (modified) (1 diff)
-
trunk/ckanfunc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
open-data-viewer-for-austria/tags/1.0.5/ckanfunc.php
r681835 r681840 133 133 134 134 function 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 page135 if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook == "post-new.php") { // enqueue only if admin on editing page oder widget page 136 136 $browser = browser_info(); 137 137 $path = plugins_url( '/recline/' , __FILE__ ); -
open-data-viewer-for-austria/trunk/ckanfunc.php
r681835 r681840 133 133 134 134 function 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 page135 if ($hook == "edit.php" || $hook == "widget.php" || $hook == "post.php" || $hook == "post-new.php") { // enqueue only if admin on editing page oder widget page 136 136 $browser = browser_info(); 137 137 $path = plugins_url( '/recline/' , __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.