Version Description
Download this release
Release Info
Developer | BlogSynthesis |
Plugin | jQuery Smooth Scroll |
Version | 1.1.02 |
Comparing to | |
See all releases |
Code changes from version 1.1.01 to 1.1.02
- plugin.php +1 -1
- readme.txt +1 -1
plugin.php
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<?php
|
2 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
3 |
This program is free software; you can redistribute it and/or modify
|
4 |
it under the terms of the GNU General Public License, version 2, as
|
5 |
published by the Free Software Foundation.
|
6 |
This program is distributed in the hope that it will be useful,
|
7 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
8 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
9 |
GNU General Public License for more details.
|
10 |
You should have received a copy of the GNU General Public License
|
11 |
along with this program; if not, write to the Free Software
|
12 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
13 |
|
14 |
Kindly check README.txt for more details about the plugin.
|
15 |
|
16 |
// Load JavaScript and stylesheets
|
17 |
$this->register_scripts_and_styles();
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
|
|
23 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
24 |
This program is free software; you can redistribute it and/or modify
|
25 |
it under the terms of the GNU General Public License, version 2, as
|
26 |
published by the Free Software Foundation.
|
27 |
This program is distributed in the hope that it will be useful,
|
28 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
29 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
30 |
GNU General Public License for more details.
|
31 |
You should have received a copy of the GNU General Public License
|
32 |
along with this program; if not, write to the Free Software
|
33 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
34 |
|
35 |
Kindly check README.txt for more details about the plugin.
|
36 |
|
37 |
// Load JavaScript and stylesheets
|
38 |
$this->register_scripts_and_styles();
|
39 |
|
40 |
|
41 |
|
42 |
|
43 |
|
|
|
1 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
2 |
This program is free software; you can redistribute it and/or modify
|
3 |
it under the terms of the GNU General Public License, version 2, as
|
4 |
published by the Free Software Foundation.
|
5 |
This program is distributed in the hope that it will be useful,
|
6 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
7 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
8 |
GNU General Public License for more details.
|
9 |
You should have received a copy of the GNU General Public License
|
10 |
along with this program; if not, write to the Free Software
|
11 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
12 |
|
13 |
Kindly check README.txt for more details about the plugin.
|
14 |
|
15 |
// Load JavaScript and stylesheets
|
16 |
$this->register_scripts_and_styles();
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
+
<?php
|
23 |
Copyright 2012 Anand Kumar (blogsynthesis.com)
|
24 |
This program is free software; you can redistribute it and/or modify
|
25 |
it under the terms of the GNU General Public License, version 2, as
|
26 |
published by the Free Software Foundation.
|
27 |
This program is distributed in the hope that it will be useful,
|
28 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
29 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
30 |
GNU General Public License for more details.
|
31 |
You should have received a copy of the GNU General Public License
|
32 |
along with this program; if not, write to the Free Software
|
33 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
34 |
|
35 |
Kindly check README.txt for more details about the plugin.
|
36 |
|
37 |
// Load JavaScript and stylesheets
|
38 |
$this->register_scripts_and_styles();
|
39 |
|
40 |
|
41 |
|
42 |
|
43 |
|
readme.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
=== jQuery Smooth Scroll ===
|
1 |
+
=== jQuery Smooth Scroll ===
|