123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- /*!========================================================================
- * Bootstrap: iconset-weathericon-1.2.0.js by @recktoner
- * https://victor-valencia.github.com/bootstrap-iconpicker
- *
- * Iconset: Weather Icons 1.2.0
- * http://erikflowers.github.io/weather-icons/
- * ========================================================================
- * Copyright 2013-2015 Victor Valencia Rico.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * ======================================================================== */
- ;(function($){
- $.iconset_weathericon = {
- iconClass: 'wi',
- iconClassFix: 'wi-',
- icons: [
- '',
- 'smoke',
- 'dust',
- 'snow-wind',
- 'day-snow-wind',
- 'night-snow-wind',
- 'night-alt-snow-wind',
- 'day-sleet-storm',
- 'night-sleet-storm',
- 'night-alt-sleet-storm',
- 'day-snow-thunderstorm',
- 'night-snow-thunderstorm',
- 'night-alt-snow-thunderstorm',
- 'solar-eclipse',
- 'lunar-eclipse',
- 'meteor',
- 'hot',
- 'hurricane',
- 'smog',
- 'alien',
- 'snowflake-cold',
- 'stars',
- 'night-partly-cloudy',
- 'moon-full',
- 'moon-waxing-gibbous',
- 'moon-waxing-quarter',
- 'moon-waxing-crescent',
- 'moon-young',
- 'moon-new',
- 'moon-old',
- 'moon-waning-crescent',
- 'moon-waning-quarter',
- 'moon-waning-gibbous',
- 'day-cloudy-gusts',
- 'day-cloudy-windy',
- 'day-cloudy',
- 'day-fog',
- 'day-hail',
- 'day-lightning',
- 'day-rain-mix',
- 'day-rain-wind',
- 'day-rain',
- 'day-showers',
- 'day-snow',
- 'day-sprinkle',
- 'day-sunny-overcast',
- 'day-sunny',
- 'day-storm-showers',
- 'day-thunderstorm',
- 'cloudy-gusts',
- 'cloudy-windy',
- 'cloudy',
- 'fog',
- 'hail',
- 'lightning',
- 'rain-mix',
- 'rain-wind',
- 'rain',
- 'showers',
- 'snow',
- 'sprinkle',
- 'storm-showers',
- 'thunderstorm',
- 'night-alt-cloudy-gusts',
- 'night-alt-cloudy-windy',
- 'night-alt-hail',
- 'night-alt-lightning',
- 'night-alt-rain-mix',
- 'night-alt-rain-wind',
- 'night-alt-rain',
- 'night-alt-showers',
- 'night-alt-snow',
- 'night-alt-sprinkle',
- 'night-alt-storm-showers',
- 'night-alt-thunderstorm',
- 'night-clear',
- 'night-cloudy-gusts',
- 'night-cloudy-windy',
- 'night-cloudy',
- 'night-hail',
- 'night-lightning',
- 'night-rain-mix',
- 'night-rain-wind',
- 'night-rain',
- 'night-showers',
- 'night-snow',
- 'night-sprinkle',
- 'night-storm-showers',
- 'night-thunderstorm',
- 'celsius',
- 'cloud-down',
- 'cloud-refresh',
- 'cloud-up',
- 'cloud',
- 'degrees',
- 'down-left',
- 'down',
- 'fahrenheit',
- 'horizon-alt',
- 'horizon',
- 'left',
- 'lightning',
- 'night-fog',
- 'refresh-alt',
- 'refresh',
- 'right',
- 'sprinkles',
- 'strong-wind',
- 'sunrise',
- 'sunset',
- 'thermometer-exterior',
- 'thermometer-internal',
- 'thermometer',
- 'tornado',
- 'up-right',
- 'up',
- 'wind-east',
- 'wind-north-east',
- 'wind-north-west',
- 'wind-north',
- 'wind-south-east',
- 'wind-south-west',
- 'wind-south',
- 'wind-west',
- 'windy'
- ]};
-
- })(jQuery);
|