Plugin Directory

Changeset 1864389


Ignore:
Timestamp:
04/25/2018 08:37:19 PM (8 years ago)
Author:
amargolf
Message:

Übersetzungskorrektur

Location:
bst-dsgvo-cookie
Files:
24 added
4 edited

Legend:

Unmodified
Added
Removed
  • bst-dsgvo-cookie/trunk/bst.php

    r1864327 r1864389  
    44* Plugin URI: https://bst-systemtechnik.de
    55* Description: Einfaches, responsives Cookie Pop-up ohne viel Schnick Schnack. EU-DSGVO konform.
    6 * Version: 1.0.6
     6* Version: 1.0.7
    77* Author: BST Systemtechnik (Arnold Margolf)
    88* Author URI: https://www.bst-systemtechnik.de
  • bst-dsgvo-cookie/trunk/includes/css/style.css

    r1864308 r1864389  
    151151    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    152152    background-repeat: repeat-x;
    153     border-color: #0044cc #0044cc #002a80;}
     153    border-color: #0044cc #0044cc #002a80;
     154      cursor: pointer;
     155    }
    154156     
    155157
     
    162164    background-image: linear-gradient(to bottom, #0067C2,#013A6B);
    163165    background-repeat: repeat-x;
    164     border-color: #0044cc #0044cc #002a80;}
     166    border-color: #0044cc #0044cc #002a80;
     167    cursor: pointer;
     168    }
     169 
    165170}
    166171
  • bst-dsgvo-cookie/trunk/includes/js/scripts.js

    r1864327 r1864389  
    1010        jQuery(".bst-panel").prependTo('body').delay(600).slideDown(500);
    1111       
    12         jQuery(".bst-accept-btn").on('click', function(event)  {
     12        //jQuery(".bst-accept-btn").on('click', function(event)  {
     13        jQuery(".bst-accept-btn").click(function() {
    1314           
    14             event.preventDefault();
     15            //event.preventDefault();
    1516           
    1617            jQuery(".bst-panel").slideUp(500);
     
    2425
    2526
    26         jQuery(".bst-accept").on('click', function(event)  {
     27        //jQuery(".bst-accept").on('click', function(event)  {
     28        jQuery(".bst-accept").click(function() {
    2729           
    28             event.preventDefault();
     30            //event.preventDefault();
    2931           
    3032            jQuery(".bst-panel").slideUp(500);
     
    3638                   
    3739        });
     40       
     41       
     42       
     43       
     44   
    3845   
    3946    }
  • bst-dsgvo-cookie/trunk/readme.txt

    r1864327 r1864389  
    66Tested up to: 4.9.5
    77Requires PHP: 5.6
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.